From 055948d1b9e2e792c0755a2e54cb072b4c731a10 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Tue, 23 Aug 2022 23:58:46 +0430 Subject: [PATCH] [Linter] typo fixes --- src/components/notifications/GoAlert.vue | 4 ++-- src/languages/en.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/GoAlert.vue b/src/components/notifications/GoAlert.vue index 30995fd52..a1465b503 100644 --- a/src/components/notifications/GoAlert.vue +++ b/src/components/notifications/GoAlert.vue @@ -2,7 +2,7 @@
- +
https://goalert.me @@ -26,5 +26,5 @@ export default { components: { HiddenInput, }, -} +}; diff --git a/src/languages/en.js b/src/languages/en.js index 97362a16a..f8f8b87ae 100644 --- a/src/languages/en.js +++ b/src/languages/en.js @@ -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", };