Completed
Push — master ( 56ba93...1d6cd8 )
by Vojta
8s
created
lang/cs/lang.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
         'description' => 'Umožní import nebo export uživatelů'
7 7
     ],
8 8
     'permissions' => [
9
-    	'tab' => 'Import/export uživatelů',
10
-    	'all' => [
11
-    		'label' => 'Import a export uživatelů'
12
-    	]
9
+        'tab' => 'Import/export uživatelů',
10
+        'all' => [
11
+            'label' => 'Import a export uživatelů'
12
+        ]
13 13
     ]
14 14
 ];
Please login to merge, or discard this patch.
lang/en/lang.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
         'description' => 'Provide import and export users'
7 7
     ],
8 8
     'permissions' => [
9
-    	'tab' => 'User import/export',
10
-    	'all' => [
11
-    		'label' => 'User import and export'
12
-    	]
9
+        'tab' => 'User import/export',
10
+        'all' => [
11
+            'label' => 'User import and export'
12
+        ]
13 13
     ]
14 14
 ];
Please login to merge, or discard this patch.