From 1fa8c0f9fef5ab94c80fc33e46133910538a0b2d Mon Sep 17 00:00:00 2001 From: duane Date: Thu, 1 Jun 2023 08:40:26 -0500 Subject: [PATCH] Adds help text for `Notify Channel` option --- src/components/notifications/Slack.vue | 3 +++ src/lang/en.json | 1 + 2 files changed, 4 insertions(+) diff --git a/src/components/notifications/Slack.vue b/src/components/notifications/Slack.vue index e99fc31e3..dead709ce 100644 --- a/src/components/notifications/Slack.vue +++ b/src/components/notifications/Slack.vue @@ -29,5 +29,8 @@ +
+ {{ $t("aboutNotifyChannel") }} +
diff --git a/src/lang/en.json b/src/lang/en.json index 10dca0811..6546f0a02 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -626,6 +626,7 @@ "matrixDesc2": "It is highly recommended you create a new user and do not use your own Matrix user's access token as it will allow full access to your account and all the rooms you joined. Instead, create a new user and only invite it to the room that you want to receive the notification in. You can get the access token by running {0}", "Channel Name": "Channel Name", "Notify Channel": "Notify Channel", + "aboutNotifyChannel": "Notify channel will trigger a desktop or mobile notification for all members of the channel, whether their availability is set to active or away.", "Uptime Kuma URL": "Uptime Kuma URL", "Icon Emoji": "Icon Emoji", "signalImportant": "IMPORTANT: You cannot mix groups and numbers in recipients!",