diff --git a/src/components/notifications/Slack.vue b/src/components/notifications/Slack.vue index 34c4c9e6f..a7c24251a 100644 --- a/src/components/notifications/Slack.vue +++ b/src/components/notifications/Slack.vue @@ -21,7 +21,7 @@ https://api.slack.com/messaging/webhooks

- {{ $t("aboutUsername", [$t("Username"), $t("Friendly Name")]) }} + {{ $t("aboutUsername", [$t("slack"), $t("Username"), $t("Friendly Name")]) }}

{{ $t("aboutChannelName", [$t("slack")]) }} diff --git a/src/lang/en.json b/src/lang/en.json index 79e5e7c92..57b9e329a 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -731,7 +731,7 @@ "Icon Emoji": "Icon Emoji", "signalImportant": "IMPORTANT: You cannot mix groups and numbers in recipients!", "aboutWebhooks": "More info about Webhooks on: {0}", - "aboutUsername": "The {0} can change the display name of the message sender. This is not for mentions. If you want to mention someone, include it in the {1}.", + "aboutUsername": "The {0} {1} can change the display name of the message sender. This is not for mentions. If you want to mention someone, include it in the {2}.", "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",