stories: Update copy in left pane to My Stories
This commit is contained in:
parent
26d5364570
commit
f13611712c
2 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue