From 217c7d539ba5d9fac334efc512e27a835b19b6a5 Mon Sep 17 00:00:00 2001 From: Swati Goel Date: Fri, 29 Sep 2023 16:48:06 +0530 Subject: [PATCH] feat(INJI-410): update success message for QR login Signed-off-by: Swati Goel --- locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en.json b/locales/en.json index 0919a8fa..c76502d5 100644 --- a/locales/en.json +++ b/locales/en.json @@ -330,7 +330,7 @@ "domainWarning": "Please confirm the domain of the website you are scanning the QR code from below", "access": " is requesting access to", "status": "Status", - "successMessage": "You are successfully logged in ", + "successMessage": "You are successfully logged in to ", "okay": "All right", "allow": "Allow", "cancel": "Cancel", @@ -541,4 +541,4 @@ "copied": "Copied" } } -} \ No newline at end of file +}