From 6cdb8b396ed820ed6ac9bf3916b559aa55732318 Mon Sep 17 00:00:00 2001
From: Tore Brede <Tore.Brede@uib.no>
Date: Fri, 11 Feb 2022 16:54:20 +0100
Subject: [PATCH] GREG-195: Fixing comments from code review

---
 frontend/public/locales/en/common.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/public/locales/en/common.json b/frontend/public/locales/en/common.json
index 5fd85852..8ce73823 100644
--- a/frontend/public/locales/en/common.json
+++ b/frontend/public/locales/en/common.json
@@ -41,7 +41,7 @@
   },
   "endRoleDialog": {
     "title": "End role",
-    "text": "Ending the role will cause the guest to loose access if there no other active roles registered. Are you sure you want to end the role?"
+    "text": "Ending the role will cause the guest to lose access if there are no other active roles registered. Are you sure you want to end the role?"
   },
   "guestInfo": {
     "contactInfo": "Contact information",
-- 
GitLab