Skip to content

Commit a59a6af

Browse files
Amirparsa BaghdadiCommanderStorm
andauthored
Improvements for SMSC i18n (#6375)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
1 parent ae07bf2 commit a59a6af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/notifications/SMSC.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<div class="mb-3">
33
<label for="smsc-login" class="form-label">{{ $t("API Username") }}</label>
44
<i18n-t tag="div" class="form-text" keypath="wayToGetClickSendSMSToken">
5-
<a href="https://smsc.kz/" target="_blank">{{ $t("here") }}</a>
5+
<template #here>
6+
<a href="https://smsc.kz/" target="_blank">{{ $t("here") }}</a>
7+
</template>
68
</i18n-t>
79
<input id="smsc-login" v-model="$parent.notification.smscLogin" type="text" class="form-control" required>
810
<label for="smsc-key" class="form-label">{{ $t("API Key") }}</label>

src/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@
838838
"pushDeerServerDescription": "Leave blank to use the official server",
839839
"PushDeer Key": "PushDeer Key",
840840
"SpugPush Template Code": "Template Code",
841-
"wayToGetClickSendSMSToken": "You can get API Username and API Key from {0} .",
841+
"wayToGetClickSendSMSToken": "You can get API Username and API Key from {here}.",
842842
"Custom Monitor Type": "Custom Monitor Type",
843843
"Google Analytics ID": "Google Analytics ID",
844844
"Edit Tag": "Edit Tag",

0 commit comments

Comments
 (0)