Test Failed
Pull Request — master (#2077)
by
unknown
05:53
created
includes/scripts.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -363,8 +363,8 @@
 block discarded – undo
363 363
 			'ajax_search_msg' => __( 'Searching results for match {search_term}', 'give' ),
364 364
 		),
365 365
 		'db_update_confirmation_msg' => __( 'The following process will make updates to your site\'s database. Please create a database backup before proceeding with updates.', 'give' ),
366
-        'error_message' => __( 'Something went wrong kindly try again!','give' ),
367
-        'give_donation_import' => 'give_donation_import',
366
+		'error_message' => __( 'Something went wrong kindly try again!','give' ),
367
+		'give_donation_import' => 'give_donation_import',
368 368
 		'setting_not_save_message' => __( 'Changes you made may not be saved.','give' ),
369 369
 	) );
370 370
 
Please login to merge, or discard this patch.