[Linter] typo fixes

This commit is contained in:
Muhammed Hussein Karimi 2022-08-23 23:58:46 +04:30
parent 4ac80cfc02
commit 055948d1b9
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<div class="mb-3">
<label for="goalert-base-url" class="form-label">{{ $t("Base URL") }}</label>
<div class="input-group mb-3">
<input class="form-control" id="goalert-base-url" v-model="$parent.notification.goAlertBaseURL" type="text" required>
<input id="goalert-base-url" v-model="$parent.notification.goAlertBaseURL" type="text" class="form-control" required>
</div>
<i18n-t tag="div" keypath="goAlertInfo" class="form-text">
<a href="https://goalert.me" target="_blank">https://goalert.me</a>
@ -26,5 +26,5 @@ export default {
components: {
HiddenInput,
},
}
};
</script>

View File

@ -579,5 +579,5 @@ export default {
"Base URL": "Base URL",
goAlertInfo: "GoAlert is a An open source application for on-call scheduling, automated escalations and notifications (like SMS or voice calls). Automatically engage the right person, the right way, and at the right time! {0}",
goAlertIntegrationKeyInfo: "Get generic API integration key for the service in this format \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\" usually the value of token parameter of copied URL.",
goAlert: "GoAlert"
goAlert: "GoAlert",
};