From 8fe21abcb6e396a803ee6a731d12f53e6e1dedc2 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Wed, 12 Aug 2020 20:42:28 +0200 Subject: [PATCH] Added missing translation --- src/lang/en_US.lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php index 2b2e884e..c5aa5e09 100644 --- a/src/lang/en_US.lang.php +++ b/src/lang/en_US.lang.php @@ -116,7 +116,7 @@ $sm_lang = array( 'pushover_device_description' => 'Device name to send the message to. Leave empty to send it to all devices.', 'discord' => 'Discord', 'discord_label' => 'Discord', - 'discord_description' => 'Put your webhook here', + 'discord_description' => 'Put your webhook here.', 'telegram' => 'Telegram', '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_chat_id' => 'Telegram chat id', @@ -309,6 +309,7 @@ $sm_lang = array( 'sms_gateway_password' => 'Gateway password', 'sms_from' => 'Sender\'s phone number', 'discord_status' => 'Allow sending Discord messages', + 'discord_description' => 'Discord is a service that makes it easy to get real-time notifications. See their website for more info.', 'webhook_status' => 'Allow sending webhooks', 'webhook_description' => 'Allow sending webhooks to services like slack. The message payload end endpoint are defined in the profile settings.', 'webhook_url' => 'Webhook Url',