From 14127a463816bcf3719a6a058ab8d5961bc45bc1 Mon Sep 17 00:00:00 2001
From: Sivert Kronen Hatteberg <skh@uio.no>
Date: Fri, 3 Dec 2021 10:53:43 +0100
Subject: [PATCH] Fix typo in translation

---
 frontend/public/locales/en/frontpage.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/public/locales/en/frontpage.json b/frontend/public/locales/en/frontpage.json
index c4a59e86..c36fbf7d 100644
--- a/frontend/public/locales/en/frontpage.json
+++ b/frontend/public/locales/en/frontpage.json
@@ -1,9 +1,9 @@
 {
-  "description": "The Guest Service is for individuals who are not employed of student at {{inst}}, that need access to part of {{inst}}s IT-services. Choose log-in method below:",
+  "description": "The Guest Service is for individuals who are not employed or student at {{inst}}, that need access to part of {{inst}}s IT-services. Choose log-in method below:",
   "header": "Guest Service",
   "login": "Log in (FEIDE/ID-porten)",
   "sponsor": "Sponsor",
   "sponsorInfo": "Only for administration of guests.",
   "guest": "Guests",
   "guestInfo": "Only for guests. Access to registered personal information."
-}
\ No newline at end of file
+}
-- 
GitLab