Upgrade vue-i18n to 9.1.9.
Fix wrong tag name.
This commit is contained in:
zsxeee
2021-10-07 00:04:13 +08:00
parent 7002a778f0
commit 7f1edb49bc
4 changed files with 90 additions and 90 deletions

View File

@@ -12,9 +12,9 @@
<input id="rocket-button" v-model="$parent.notification.rocketbutton" 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://docs.rocket.chat/guides/administration/administration/integrations" target="_blank">https://api.slack.com/messaging/webhooks</a>
</i18-t>
</i18n-t>
<p style="margin-top: 8px;">
{{ $t("aboutChannelName", [$t("rocket.chat")]) }}
</p>

View File

@@ -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>