From 1fc73a47039b60d598752037af0123702ca19605 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Mon, 23 Dec 2019 18:02:42 +0300 Subject: [PATCH] more language update --- resources/lang/en-GB/maintenance.php | 25 +------------------------ resources/lang/en-GB/messages.php | 2 +- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/resources/lang/en-GB/maintenance.php b/resources/lang/en-GB/maintenance.php index ac44a6867..08d595e60 100644 --- a/resources/lang/en-GB/maintenance.php +++ b/resources/lang/en-GB/maintenance.php @@ -1,34 +1,11 @@ 'Maintenance Mode', - /** - * Default application down message, shown on the maintenance page - * - * @var string - */ 'message' => 'We\'re currently working on the site, please try again later!', - /** - * Last updated string, shown on the maintenance page - * - * @var string - */ 'last-updated' => 'This message was last updated :timestamp', - /** - * Exception messages - * - * @var array - */ - 'exceptions' => [ - 'invalid' => 'Class :class does not extend \MisterPhilip\MaintenanceMode\Exemptions\MaintenanceModeExemption', - 'missing' => 'Class :class does not exist', - ] ]; \ No newline at end of file diff --git a/resources/lang/en-GB/messages.php b/resources/lang/en-GB/messages.php index 3c26a44dd..d6b7bfdbb 100644 --- a/resources/lang/en-GB/messages.php +++ b/resources/lang/en-GB/messages.php @@ -19,7 +19,7 @@ return [ 'no_file' => 'Error: No file selected!', 'last_category' => 'Error: Can not delete the last :type category!', 'change_type' => 'Error: Can not change the type because it has :text related!', - 'invalid_apikey' => 'Error: The token entered is invalid!', + 'invalid_apikey' => 'Error: The API Key entered is invalid!', 'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.', 'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.', ],