Localize the "analytics down" message.
This commit is contained in:
parent
3a96382901
commit
a71c66bfb7
2 changed files with 2 additions and 1 deletions
|
@ -1474,5 +1474,6 @@
|
||||||
"View competing uploads for %name%": "View competing uploads for %name%",
|
"View competing uploads for %name%": "View competing uploads for %name%",
|
||||||
"Currently winning": "Currently winning",
|
"Currently winning": "Currently winning",
|
||||||
"URL can not include a space": "URL can not include a space",
|
"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--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,7 +78,7 @@ export default function CreatorDashboardPage(props: Props) {
|
||||||
{!fetchingChannels && channels && channels.length && (
|
{!fetchingChannels && channels && channels.length && (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<div className="section section--padded section--help">
|
<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>
|
||||||
|
|
||||||
<div className="section">
|
<div className="section">
|
||||||
|
|
Loading…
Add table
Reference in a new issue