From 4ac80cfc025b2afabf42e081988157574b532812 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Tue, 23 Aug 2022 23:54:26 +0430 Subject: [PATCH] goAlertInfo language fix --- src/languages/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.js b/src/languages/en.js index 95b0df69a..97362a16a 100644 --- a/src/languages/en.js +++ b/src/languages/en.js @@ -577,7 +577,7 @@ export default { "Frontend Version": "Frontend Version", "Frontend Version do not match backend version!": "Frontend Version do not match backend version!", "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!", + 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" };