Added Your Privacy section in Help

This commit is contained in:
Ján Mikláš
2018-11-11 10:12:00 +01:00
parent c60a7a233c
commit 5605c0c9dd
4 changed files with 34 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ const tabs = [
label: MailPoet.I18n.t('tabSystemInfoTitle'),
link: '/systemInfo',
},
{
name: 'yourPrivacy',
label: MailPoet.I18n.t('tabYourPrivacyTitle'),
link: '/yourPrivacy',
},
];
function Tabs(props) {