From d140edf78ea09e5b5782d6da3a5700ed10520334 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Sat, 30 Nov 2019 12:13:51 -0500 Subject: [PATCH] MM-20228 Update Mark as Unread menu option text (#3634) --- .../post_options/__snapshots__/post_options.test.js.snap | 6 +++--- app/screens/post_options/post_options.js | 2 +- assets/base/i18n/en.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/screens/post_options/__snapshots__/post_options.test.js.snap b/app/screens/post_options/__snapshots__/post_options.test.js.snap index c7c26d3a9..79445af5b 100644 --- a/app/screens/post_options/__snapshots__/post_options.test.js.snap +++ b/app/screens/post_options/__snapshots__/post_options.test.js.snap @@ -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", diff --git a/app/screens/post_options/post_options.js b/app/screens/post_options/post_options.js index 84e9b858c..050b4fdba 100644 --- a/app/screens/post_options/post_options.js +++ b/app/screens/post_options/post_options.js @@ -236,7 +236,7 @@ export default class PostOptions extends PureComponent {