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", };