From 05f25cae7e83794063d8a937fa6d8e9a91b21223 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Wed, 27 Jul 2022 13:41:09 +0200
Subject: [PATCH] fix message in installer page

---
 public_html/deployment/pages/act_installer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/deployment/pages/act_installer.php b/public_html/deployment/pages/act_installer.php
index 0209f4ef..bb871eea 100644
--- a/public_html/deployment/pages/act_installer.php
+++ b/public_html/deployment/pages/act_installer.php
@@ -22,7 +22,7 @@ $sOut = ''
     <br>
     Go to the directory <code>'.dirname($_SERVER['DOCUMENT_ROOT']).'/config/</code>.<br>
     <br>
-    Copy 2 <code>*.dist</code> files <code>config_custom.php</code> and <code>inc_user2roles.php</code>.<br>
+    Copy 2 <code>*.dist</code> files to <code>config_custom.php</code> and <code>inc_user2roles.php</code>.<br>
     <br>
     <a href="?" class="btn btn-default">Reload</a><br>
     <br>
-- 
GitLab