From 6215b97d1dcd9fe18cbbb39ef0c90df7b613e9ce Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Mon, 6 Nov 2017 15:35:52 -0600
Subject: [PATCH] issue: Helpdesk Status Help Tip
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This addresses an issue mentioned on the forums where the Helpdesk Status
setting’s Help Tip is wrong. It states that if the system is in Offline
mode then Agents can still interact with the system when in reality only
Admins can interact with the system. This updates the Help Tip to inform
the Agent that only Admins will be able to access the system.
---
 include/i18n/en_US/help/tips/settings.system.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/i18n/en_US/help/tips/settings.system.yaml b/include/i18n/en_US/help/tips/settings.system.yaml
index 28b069775..1c2e37865 100644
--- a/include/i18n/en_US/help/tips/settings.system.yaml
+++ b/include/i18n/en_US/help/tips/settings.system.yaml
@@ -18,8 +18,7 @@ helpdesk_status:
     content: >
         If the status is changed to <span
         class="doc-desc-opt">Offline</span>, the client interface will be
-        disabled.  This does not however affect any normal Agent interaction
-        with the Agent Panel.
+        disabled.  Only Admins will be able to access the system.
 
 helpdesk_url:
     title: Helpdesk URL
-- 
GitLab