From 85bbc1e67dae9eeefda64dffcc93543630aa064b Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Fri, 22 Jul 2022 14:06:41 +0200
Subject: [PATCH] fix typo in lang file

---
 config/lang/en-en.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/lang/en-en.json b/config/lang/en-en.json
index aad569c9..42272e7f 100644
--- a/config/lang/en-en.json
+++ b/config/lang/en-en.json
@@ -149,7 +149,7 @@
     "class-project-warning-cannot-delete-build-dir": "WARNING: The Build directory %s could not be deleted.",
     "class-project-warning-phase-not-active": "The phase %s is not active.",
 
-    "class-user-error-deny-no-role": "ERRROR: Your User has not enough permissions.",
+    "class-user-error-deny-no-role": "ERROR: Your User has not enough permissions.",
     "class-user-error-login-required": "ERROR: You need to login first.",
 
     "page-accept-error-cannot-accept-phase": "The phase [%s] cannot be accepted.",
-- 
GitLab