Passed
Push — develop ( 2034bd...9f3808 )
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.