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 %>