From 628a222b455aa318f5282d1901c4d083bb86b3b0 Mon Sep 17 00:00:00 2001 From: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com> Date: Wed, 14 Jul 2021 08:18:32 +0100 Subject: [PATCH] Minor adjustments --- app/admin/language/en/lang.php | 2 +- app/system/language/en/lang.php | 1 + app/system/views/updates/search.blade.php | 31 +++++++++++++++-------- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/app/admin/language/en/lang.php b/app/admin/language/en/lang.php index d566255f54..9678428935 100644 --- a/app/admin/language/en/lang.php +++ b/app/admin/language/en/lang.php @@ -521,7 +521,7 @@ 'label_delivery_condition' => 'Delivery Condition', 'error_no_zero_total' => 'The %s can not be a value zero on conditions other than \'on all orders\'.', - 'alert_delivery_area' => 'Add at least one delivery area to allow your customers to find this location.', + 'alert_delivery_area' => 'Add at least one delivery area to allow your customers find this location.', 'alert_set_default' => 'Location set as default', 'alert_missing_map_center' => 'Map is missing center coordinates, please enter an address then click save.', 'alert_missing_map_config' => 'Missing Google Maps Javascript Library, please provide your maps api key on the general system settings page.', diff --git a/app/system/language/en/lang.php b/app/system/language/en/lang.php index a703622bed..4a3db96dfc 100644 --- a/app/system/language/en/lang.php +++ b/app/system/language/en/lang.php @@ -636,6 +636,7 @@ 'button_check' => ' Check Again', 'button_updates' => ' Updates', 'button_update' => ' Update', + 'button_marketplace' => 'Open TastyIgniter Marketplace ', 'help_carte_key' => 'A Carte key is required to add/update item from the TastyIgniter Marketplace. Get one by creating a site from your TastyIgniter Account, if you haven\'t already.', ], diff --git a/app/system/views/updates/search.blade.php b/app/system/views/updates/search.blade.php index 4d1f0d881c..38ed9b6496 100644 --- a/app/system/views/updates/search.blade.php +++ b/app/system/views/updates/search.blade.php @@ -1,16 +1,25 @@