MM-20228 Update Mark as Unread menu option text (#3634)
This commit is contained in:
parent
46efa88bb4
commit
d140edf78e
3 changed files with 5 additions and 5 deletions
|
|
@ -119,7 +119,7 @@ exports[`PostOptions should match snapshot, no option for system message to user
|
|||
icon="bookmark"
|
||||
isLandscape={false}
|
||||
onPress={[Function]}
|
||||
text="Mark post as unread"
|
||||
text="Mark as Unread"
|
||||
theme={
|
||||
Object {
|
||||
"awayIndicator": "#ffbc42",
|
||||
|
|
@ -345,7 +345,7 @@ exports[`PostOptions should match snapshot, showing Delete option only for syste
|
|||
icon="bookmark"
|
||||
isLandscape={false}
|
||||
onPress={[Function]}
|
||||
text="Mark post as unread"
|
||||
text="Mark as Unread"
|
||||
theme={
|
||||
Object {
|
||||
"awayIndicator": "#ffbc42",
|
||||
|
|
@ -607,7 +607,7 @@ exports[`PostOptions should match snapshot, showing all possible options 1`] = `
|
|||
icon="bookmark"
|
||||
isLandscape={false}
|
||||
onPress={[Function]}
|
||||
text="Mark post as unread"
|
||||
text="Mark as Unread"
|
||||
theme={
|
||||
Object {
|
||||
"awayIndicator": "#ffbc42",
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ export default class PostOptions extends PureComponent {
|
|||
<PostOption
|
||||
key='markUnread'
|
||||
icon='bookmark'
|
||||
text={formatMessage({id: 'mobile.post_info.mark_unread', defaultMessage: 'Mark post as unread'})}
|
||||
text={formatMessage({id: 'mobile.post_info.mark_unread', defaultMessage: 'Mark as Unread'})}
|
||||
onPress={this.handleMarkUnread}
|
||||
isLandscape={isLandscape}
|
||||
theme={theme}
|
||||
|
|
|
|||
|
|
@ -360,7 +360,7 @@
|
|||
"mobile.post_info.add_reaction": "Add Reaction",
|
||||
"mobile.post_info.copy_text": "Copy Text",
|
||||
"mobile.post_info.flag": "Flag",
|
||||
"mobile.post_info.mark_unread": "Mark post as unread",
|
||||
"mobile.post_info.mark_unread": "Mark as Unread",
|
||||
"mobile.post_info.pin": "Pin to Channel",
|
||||
"mobile.post_info.reply": "Reply",
|
||||
"mobile.post_info.unflag": "Unflag",
|
||||
|
|
|
|||
Loading…
Reference in a new issue