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 {