stories: Update copy in left pane to My Stories

This commit is contained in:
Jamie Kyle 2022-11-02 15:44:49 -07:00 committed by GitHub
parent 26d5364570
commit f13611712c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -5404,9 +5404,13 @@
"description": "Label of the button on the bottom of the media editor that trigger the add-caption dialog" "description": "Label of the button on the bottom of the media editor that trigger the add-caption dialog"
}, },
"MyStories__title": { "MyStories__title": {
"message": "My Story", "message": "My Stories",
"description": "Title for the my stories list" "description": "Title for the my stories list"
}, },
"MyStories__list_item": {
"message": "My Stories",
"description": "Label for the my stories in the list of all stories"
},
"MyStories__story": { "MyStories__story": {
"message": "Your story", "message": "Your story",
"description": "aria-label for each one of your stories" "description": "aria-label for each one of your stories"

View file

@ -156,7 +156,7 @@ export const MyStoriesButton = ({
> >
<div className="StoryListItem__info"> <div className="StoryListItem__info">
<div className="StoryListItem__info--title StoryListItem__chevron"> <div className="StoryListItem__info--title StoryListItem__chevron">
{i18n('Stories__mine')} {i18n('MyStories__list_item')}
</div> </div>
{newStoryResolvedSendStatus === ResolvedSendStatus.Sending && ( {newStoryResolvedSendStatus === ResolvedSendStatus.Sending && (
<span className="StoryListItem__info--sending"> <span className="StoryListItem__info--sending">