From cdae87ae8905f6396313ec485d97f4cd75ca2de6 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 24 May 2017 15:08:34 +0200
Subject: [PATCH] ci deployment gui - fix role and en text

---
 config/inc_roles.php | 1 +
 config/lang/en.json  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/inc_roles.php b/config/inc_roles.php
index 6970cab1..840866e3 100644
--- a/config/inc_roles.php
+++ b/config/inc_roles.php
@@ -18,6 +18,7 @@ return array(
         "page_build",
         "page_cleanup",
         "page_deploy",
+        "page_htmltest",
         "page_phase",
         "page_setup",
         
diff --git a/config/lang/en.json b/config/lang/en.json
index 238db677..dcdee60f 100644
--- a/config/lang/en.json
+++ b/config/lang/en.json
@@ -140,7 +140,7 @@
     "class-project-info-table-packages": "The table below shows the existing packages and where they are in use.",
     "class-project-warning-cannot-delete-archive-dir": "WARNING: The archive directory %s could not be deleted.",
     "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 aktive.",
+    "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.",
 
-- 
GitLab