Add minor corrections [MAILPOET-949]
This commit is contained in:
@@ -22,10 +22,9 @@ if(container) {
|
||||
<Router history={ history }>
|
||||
<Route path="/" component={ App }>
|
||||
<IndexRedirect to="knowledgeBase" />
|
||||
{/* Listings */}
|
||||
{/* Pages */}
|
||||
<Route path="knowledgeBase(/)**" params={{ tab: 'knowledgeBase' }} component={ KnowledgeBase } />
|
||||
<Route path="systemInfo(/)**" params={{ tab: 'systemInfo' }} component={ SystemInfo } />
|
||||
|
||||
</Route>
|
||||
</Router>
|
||||
), container);
|
||||
|
@@ -24,7 +24,7 @@ function KnowledgeBase() {
|
||||
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/123-newsletter-designer">Newsletter Designer</a></li>
|
||||
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/121-subscribers-and-lists">Subscribers and Lists</a></li>
|
||||
</ul>
|
||||
<a href="http://beta.docs.mailpoet.com/" className="button button-primary">{MailPoet.I18n.t('knowledgeBaseButton')}</a>
|
||||
<a target="_blank" href="http://beta.docs.mailpoet.com/" className="button button-primary">{MailPoet.I18n.t('knowledgeBaseButton')}</a>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@@ -18,10 +18,10 @@
|
||||
'pageTitle': __('Help'),
|
||||
'tabKnowledgeBaseTitle': __('Knowledge Base'),
|
||||
'tabSystemInfoTitle': __('System Info'),
|
||||
'knowledgeBaseIntro': __('Click on one of these categories below to find more information'),
|
||||
'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'),
|
||||
'systemInfoDataError': __('Sorry, there was an error, please try again later'),
|
||||
'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 into a message to us.'),
|
||||
'systemInfoDataError': __('Sorry, there was an error, please try again later.'),
|
||||
}) %>
|
||||
<% endblock %>
|
||||
|
||||
|
Reference in New Issue
Block a user