From 52ad50784f988c043224fc51fa1951428a88a292 Mon Sep 17 00:00:00 2001 From: TheCartpenter Date: Sun, 19 May 2024 11:56:26 -0400 Subject: [PATCH] Fixed lint on extension/advertise/google --- upload/admin/language/en-gb/extension/advertise/google.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/admin/language/en-gb/extension/advertise/google.php b/upload/admin/language/en-gb/extension/advertise/google.php index c300effe8..3d8151f0e 100644 --- a/upload/admin/language/en-gb/extension/advertise/google.php +++ b/upload/admin/language/en-gb/extension/advertise/google.php @@ -319,4 +319,4 @@ $_['error_store_url_claim'] = 'Your store URL has been claimed by another app. Please connect your merchant account to re-claim the store URL.'; $_['error_tax'] = 'Please select at least one taxable state.'; $_['error_used_app_id'] = 'You have already connected this App with another one of your stores. Please disconnect the other store, or use a different App ID.'; -$_['error_warning'] = 'Warning! Please check the form carefully for errors.'; +$_['error_warning'] = 'Warning! Please check the form carefully for errors.'; \ No newline at end of file