Add logo title

[MAILPOET-3102]
This commit is contained in:
Pavel Dohnal
2020-10-08 09:08:00 +02:00
committed by Veljko V
parent 7a5a671c86
commit 06b87a453a
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export const TopBar = ({
<a
role="button"
className="mailpoet-top-bar-logo"
title={MailPoet.I18n.t('topBarLogoTitle')}
onClick={onLogoClick}
tabIndex={0}
onKeyDown={(event) => {

View File

@@ -434,6 +434,7 @@
'googleAnalytics': __('Google Analytics campaign name'),
'premiumBannerCtaFree': __('Sign Up for Free', 'mailpoet'),
'topBarLogoTitle': __('Back to section root'),
'gaCampaignLine': __('Google Analytics Campaign'),
'gaCampaignTip': __('For example, “Spring email”. [link]Read the guide.[/link]'),