Completed
Push — master ( 053375...774dac )
by Sarah
02:32 queued 58s
created
messages/en-US/base.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-  'Geolocation' => '',
5
-  'Page Number' => '',
6
-  'Keyword' => '',
7
-  'Group ID' => '',
8
-  'Latitude' => '',
9
-  'Longitude' => '',
10
-  'Gender' => '',
11
-  'Search Distance' => '',
12
-  '<strong>Geolocation</strong> configuration' => '',
13
-  'Welcome to the admin only area.' => '',
4
+    'Geolocation' => '',
5
+    'Page Number' => '',
6
+    'Keyword' => '',
7
+    'Group ID' => '',
8
+    'Latitude' => '',
9
+    'Longitude' => '',
10
+    'Gender' => '',
11
+    'Search Distance' => '',
12
+    '<strong>Geolocation</strong> configuration' => '',
13
+    'Welcome to the admin only area.' => '',
14 14
 ];
Please login to merge, or discard this patch.