Localize the "analytics down" message.

This commit is contained in:
infiinte-persistence 2020-11-09 12:19:22 +08:00 committed by Sean Yesmunt
parent 3a96382901
commit a71c66bfb7
2 changed files with 2 additions and 1 deletions

View file

@ -1474,5 +1474,6 @@
"View competing uploads for %name%": "View competing uploads for %name%",
"Currently winning": "Currently winning",
"URL can not include a space": "URL can not include a space",
"Creator analytics are down for maintenance. Please check back later.": "Creator analytics are down for maintenance. Please check back later.",
"--end--": "--end--"
}

View file

@ -78,7 +78,7 @@ export default function CreatorDashboardPage(props: Props) {
{!fetchingChannels && channels && channels.length && (
<React.Fragment>
<div className="section section--padded section--help">
<p>Creator analytics are down for maintenance. Please check back later.</p>
<p>{__('Creator analytics are down for maintenance. Please check back later.')}</p>
</div>
<div className="section">