[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"> <div class="mb-3">
<label for="goalert-base-url" class="form-label">{{ $t("Base URL") }}</label> <label for="goalert-base-url" class="form-label">{{ $t("Base URL") }}</label>
<div class="input-group mb-3"> <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> </div>
<i18n-t tag="div" keypath="goAlertInfo" class="form-text"> <i18n-t tag="div" keypath="goAlertInfo" class="form-text">
<a href="https://goalert.me" target="_blank">https://goalert.me</a> <a href="https://goalert.me" target="_blank">https://goalert.me</a>
@ -26,5 +26,5 @@ export default {
components: { components: {
HiddenInput, HiddenInput,
}, },
} };
</script> </script>

View file

@ -579,5 +579,5 @@ export default {
"Base URL": "Base URL", "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}", 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.", 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",
}; };