Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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