Passed
Push — develop ( 7115f3...4811e5 )
by Michael
01:32
created
lang/en/lang.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 // menu entry for admin plugins
9
- $lang['menu'] = 'Swarm Webhook Instructions';
9
+    $lang['menu'] = 'Swarm Webhook Instructions';
10 10
 
11 11
 // custom language strings for the plugin
12
- $lang['secret needed'] = 'Please enter a secret in the %s. For example: %s';
13
- $lang['configuration'] = 'configuration';
12
+    $lang['secret needed'] = 'Please enter a secret in the %s. For example: %s';
13
+    $lang['configuration'] = 'configuration';
14 14
 
Please login to merge, or discard this patch.
lang/en/settings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 // keys need to match the config setting name
9
- $lang['hook_secret'] = 'Secret in the Webhhok. Fill for IFTTT. Broken for Zapier 
Please login to merge, or discard this patch.