From dba78bc7f37e2b6f87307bd39ed0c765a07cc4db Mon Sep 17 00:00:00 2001 From: Alexell Date: Sat, 30 Jul 2022 00:56:12 +0300 Subject: [PATCH] Remove double locale strings (en_US) --- src/lang/en_US.lang.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php index 25adb2c6..f414f964 100644 --- a/src/lang/en_US.lang.php +++ b/src/lang/en_US.lang.php @@ -189,7 +189,7 @@ $sm_lang = array( 'website_password_description' => 'Password to access the site. The password is encrypted in the database.', 'fieldset_monitoring' => 'Monitoring', 'fieldset_permissions' => 'Permissions', - 'permissions' => 'Users who can view and be notified about this server', + 'permissions' => 'Server will be visible for the following users', 'port' => 'Port', 'custom_port' => 'Custom Port', 'popular_ports' => 'Popular Ports', @@ -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%',