From 027288b234a0b54bde78cc978dc331ee0262099b Mon Sep 17 00:00:00 2001 From: Alexell Date: Mon, 20 Dec 2021 15:37:53 +0300 Subject: [PATCH] Remove double locale strings (en_US) --- src/lang/en_US.lang.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php index 856fd14c..f414f964 100644 --- a/src/lang/en_US.lang.php +++ b/src/lang/en_US.lang.php @@ -435,8 +435,6 @@ $sm_lang = array( 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.', 'test_discord' => 'A Discord notification will be sent to the webhook specified in your user profile.', 'test_pushover' => 'A Pushover notification will be sent to the user key/device specified in your user profile.', - 'test_pushover' => 'A Pushover notification will be sent to the user key/device specified in your user - profile.', 'test_webhook' => 'A webhook notification will be sent to the given url endpoint.', 'test_telegram' => 'A Telegram notification will be sent to the chat id specified in your user profile.', 'test_jabber' => 'A Jabber notification will be sent to the jabber account specified in your user profile.', @@ -478,8 +476,6 @@ $sm_lang = array( 'off_email_subject' => 'IMPORTANT: Server \'%LABEL%\' is DOWN', 'off_email_body' => 'Failed to connect to the following server:

Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%', 'off_discord_message' => 'Failed to connect to the following server:

Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%', - 'off_email_body' => 'Failed to connect to the following server:

Server: %LABEL%
IP: %IP%
Port: - %PORT%
Error: %ERROR%
Date: %DATE%', 'off_webhook_title' => 'Server \'%LABEL%\' is DOWN', 'off_webhook_message' => 'Failed to connect to the following server:

Server: %LABEL%
IP: %IP%
Port: %PORT%
Error: %ERROR%
Date: %DATE%',