Skip to content

Commit

Permalink
SettingsScreen: Make conversation-views-only hint text more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe authored and gnprice committed Nov 4, 2022
1 parent 71fe5fa commit a6ef968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings/SettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function SettingsScreen(props: Props): Node {
key: 'conversation-views-only',
title: 'Only in conversation views',
subtitle:
'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 automatically marked as read only when viewing a single topic or private message conversation.',
},
]}
onValueChange={value => {
Expand Down
2 changes: 1 addition & 1 deletion static/translations/messages_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"Always": "Always",
"Never": "Never",
"Only in conversation views": "Only in conversation views",
"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.",
"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.",
"Topics": "Topics",
"Add subscribers": "Add subscribers",
"Subscribe": "Subscribe",
Expand Down

0 comments on commit a6ef968

Please sign in to comment.