From e99fbf1ab7b3ed4ced87c435ebf7a3ecb79cc886 Mon Sep 17 00:00:00 2001 From: Ryo Hanafusa Date: Tue, 29 Oct 2024 08:29:47 +0900 Subject: [PATCH] docs: add slack username helptext (#5259) Co-authored-by: Frank Elsinga --- 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 dc07bf37..9fa9f34b 100644 --- a/src/components/notifications/Slack.vue +++ b/src/components/notifications/Slack.vue @@ -4,6 +4,9 @@ +
+ {{ $t("aboutSlackUsername") }} +
diff --git a/src/lang/en.json b/src/lang/en.json index fb892dea..e215f103 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -721,6 +721,7 @@ "Icon Emoji": "Icon Emoji", "signalImportant": "IMPORTANT: You cannot mix groups and numbers in recipients!", "aboutWebhooks": "More info about Webhooks on: {0}", + "aboutSlackUsername": "Changes the display name of the message sender. If you want to mention someone, include it in the friendly name instead.", "aboutChannelName": "Enter the channel name on {0} Channel Name field if you want to bypass the Webhook channel. Ex: #other-channel", "aboutKumaURL": "If you leave the Uptime Kuma URL field blank, it will default to the Project GitHub page.", "smtpDkimSettings": "DKIM Settings",