Fix stories tab title to be i18n

This commit is contained in:
Jamie Kyle 2023-10-19 11:08:47 -07:00 committed by GitHub
parent ce276b56c2
commit dd45b08b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ export function StoriesTab({
/>
) : (
<NavSidebar
title="Stories"
title={i18n('icu:Stories__title')}
i18n={i18n}
hasFailedStorySends={hasFailedStorySends}
hasPendingUpdate={hasPendingUpdate}