Passed
Push — develop ( a502d1...3b05d1 )
by Mykola
08:37
created
administration/language/en-gb/common/header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 $_['text_review']            = 'Reviews';
34 34
 $_['text_front']             = 'Store Front';
35 35
 $_['text_logout']            = 'Logout';
36
-$_['text_new']  		     = 'New';
36
+$_['text_new'] = 'New';
37 37
 $_['text_new_category']    	 = 'Category';
38 38
 $_['text_new_customer']      = 'Customer';
39 39
 $_['text_new_download']      = 'Download';
Please login to merge, or discard this patch.
administration/language/en-gb/sale/order.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,4 +141,4 @@
 block discarded – undo
141 141
 $_['error_warning']              = 'Warning: Please check the form carefully for errors!';
142 142
 $_['error_permission']           = 'Warning: You do not have permission to modify orders!';
143 143
 $_['error_action']               = 'Warning: Could not complete this action!';
144
-$_['error_filetype']			 = 'Invalid file type!';
144
+$_['error_filetype'] = 'Invalid file type!';
Please login to merge, or discard this patch.