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
|
||||
title="Stories"
|
||||
title={i18n('icu:Stories__title')}
|
||||
i18n={i18n}
|
||||
hasFailedStorySends={hasFailedStorySends}
|
||||
hasPendingUpdate={hasPendingUpdate}
|
||||
|
|
Loading…
Add table
Reference in a new issue