From 5cdbae07cb9f392909d622119113399610a2f25b Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Thu, 15 Apr 2021 01:39:36 +0200 Subject: [PATCH] Changed text a little --- src/lang/en_US.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php index ac05e9a9..ba697d5b 100644 --- a/src/lang/en_US.lang.php +++ b/src/lang/en_US.lang.php @@ -297,7 +297,7 @@ $sm_lang = array( 'proxy_user' => 'Proxy username', 'proxy_password' => 'Proxy password', 'email_status' => 'Allow sending email', - 'email_add_url' => 'add server url to email', + 'email_add_url' => 'Add url to the monitor in email', 'email_from_email' => 'Email from address', 'email_from_name' => 'Email from name', 'email_smtp' => 'Enable SMTP', @@ -327,7 +327,7 @@ $sm_lang = array( 'pushover_api_token' => 'Pushover App API Token', 'pushover_api_token_description' => 'Before you can use Pushover, you need to register an App at their website and enter the App API Token here.', 'telegram_status' => 'Allow sending Telegram messages', - 'telegram_add_url' => 'add server url to message', + 'telegram_add_url' => 'Add url to the monitor in the message', 'telegram_description' => 'Telegram is a chat app that makes it easy to get real-time notifications. Visit the documentation for more info and an install guide.', 'telegram_api_token' => 'Telegram API Token', 'telegram_api_token_description' => 'Before you can use Telegram, you need to get a API token. Visit the documentation for help.',