mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 16:55:59 -04:00
Fix i18n
Upgrade vue-i18n to 9.1.9. Fix wrong tag name.
This commit is contained in:
parent
7002a778f0
commit
7f1edb49bc
4 changed files with 90 additions and 90 deletions
|
@ -12,9 +12,9 @@
|
|||
<input id="slack-button" v-model="$parent.notification.slackbutton" type="text" class="form-control">
|
||||
<div class="form-text">
|
||||
<span style="color: red;"><sup>*</sup></span>{{ $t("Required") }}
|
||||
<i18-t tag="p" keypath="aboutWebhooks" style="margin-top: 8px;">
|
||||
<i18n-t tag="p" keypath="aboutWebhooks" style="margin-top: 8px;">
|
||||
<a href="https://api.slack.com/messaging/webhooks" target="_blank">https://api.slack.com/messaging/webhooks</a>
|
||||
</i18-t>
|
||||
</i18n-t>
|
||||
<p style="margin-top: 8px;">
|
||||
{{ $t("aboutChannelName", [$t("slack")]) }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue