mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 11:35:56 +00:00
add slack
to the message
This commit is contained in:
parent
bfeb2fdc42
commit
669fa91388
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
<a href="https://api.slack.com/messaging/webhooks" target="_blank">https://api.slack.com/messaging/webhooks</a>
|
<a href="https://api.slack.com/messaging/webhooks" target="_blank">https://api.slack.com/messaging/webhooks</a>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
<p style="margin-top: 8px;">
|
<p style="margin-top: 8px;">
|
||||||
{{ $t("aboutUsername", [$t("Username"), $t("Friendly Name")]) }}
|
{{ $t("aboutUsername", [$t("slack"), $t("Username"), $t("Friendly Name")]) }}
|
||||||
</p>
|
</p>
|
||||||
<p style="margin-top: 8px;">
|
<p style="margin-top: 8px;">
|
||||||
{{ $t("aboutChannelName", [$t("slack")]) }}
|
{{ $t("aboutChannelName", [$t("slack")]) }}
|
||||||
|
|
|
@ -731,7 +731,7 @@
|
||||||
"Icon Emoji": "Icon Emoji",
|
"Icon Emoji": "Icon Emoji",
|
||||||
"signalImportant": "IMPORTANT: You cannot mix groups and numbers in recipients!",
|
"signalImportant": "IMPORTANT: You cannot mix groups and numbers in recipients!",
|
||||||
"aboutWebhooks": "More info about Webhooks on: {0}",
|
"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",
|
"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.",
|
"aboutKumaURL": "If you leave the Uptime Kuma URL field blank, it will default to the Project GitHub page.",
|
||||||
"smtpDkimSettings": "DKIM Settings",
|
"smtpDkimSettings": "DKIM Settings",
|
||||||
|
|
Loading…
Add table
Reference in a new issue