Skip to content

Commit a6ef968

Browse files
chrisbobbegnprice
authored andcommitted
SettingsScreen: Make conversation-views-only hint text more concise
Following Alya's proposal at https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/mark.20as.20read.20setting.20.23M5469/near/1433721 Related: #5469
1 parent 71fe5fa commit a6ef968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/settings/SettingsScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function SettingsScreen(props: Props): Node {
6060
key: 'conversation-views-only',
6161
title: 'Only in conversation views',
6262
subtitle:
63-
'Messages will be marked as read in single-topic or private-message views, but not in interleaved views, such as whole-stream views.',
63+
'Messages will be automatically marked as read only when viewing a single topic or private message conversation.',
6464
},
6565
]}
6666
onValueChange={value => {

static/translations/messages_en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
"Always": "Always",
302302
"Never": "Never",
303303
"Only in conversation views": "Only in conversation views",
304-
"Messages will be marked as read in single-topic or private-message views, but not in interleaved views, such as whole-stream views.": "Messages will be marked as read in single-topic or private-message views, but not in interleaved views, such as whole-stream views.",
304+
"Messages will be automatically marked as read only when viewing a single topic or private message conversation.": "Messages will be automatically marked as read only when viewing a single topic or private message conversation.",
305305
"Topics": "Topics",
306306
"Add subscribers": "Add subscribers",
307307
"Subscribe": "Subscribe",

0 commit comments

Comments
 (0)