Fix stories tab title to be i18n
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user