From b4be9e1d280e5841795b634916c34e41e91a53a9 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 28 Jun 2017 16:50:31 +0100 Subject: [PATCH] Add notice to system info [MAILPOET-949] --- assets/js/src/help/system_info.jsx | 6 +++++- views/help.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/js/src/help/system_info.jsx b/assets/js/src/help/system_info.jsx index 7cfc39b306..0b1d14a091 100644 --- a/assets/js/src/help/system_info.jsx +++ b/assets/js/src/help/system_info.jsx @@ -13,7 +13,11 @@ function KnowledgeBase() { -
asdfasdf
+
+

{MailPoet.I18n.t('systemInfoIntro')}

+
+ + ); }; diff --git a/views/help.html b/views/help.html index a98a21dfce..2093f0d7b8 100644 --- a/views/help.html +++ b/views/help.html @@ -15,6 +15,7 @@ 'tabSystemInfoTitle': __('System Info'), 'knowledgeBaseIntro': __('Click on one of these categories below to find more information'), 'knowledgeBaseButton': __('Visit our Knowledge Base for more articles'), + 'systemInfoIntro': __('The information below is useful when you need to get in touch with our support. Just copy all the text below and paste it on a message to us'), }) %> <% endblock %>