Fix stories tab title to be i18n
This commit is contained in:
parent
ce276b56c2
commit
dd45b08b0f
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export function StoriesTab({
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<NavSidebar
|
<NavSidebar
|
||||||
title="Stories"
|
title={i18n('icu:Stories__title')}
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
hasFailedStorySends={hasFailedStorySends}
|
hasFailedStorySends={hasFailedStorySends}
|
||||||
hasPendingUpdate={hasPendingUpdate}
|
hasPendingUpdate={hasPendingUpdate}
|
||||||
|
|
Loading…
Add table
Reference in a new issue