settings: Change label of send_read_receipts setting.

The previous label was ambiguous and suggested one needed to have sent
a message in a given conversation to see read receipts.
This commit is contained in:
Sahil Batra 2022-08-08 17:39:06 +05:30 committed by Tim Abbott
parent 8302337aa9
commit 894879d1fe
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function setup_settings_label() {
defaultMessage: "Let recipients see when I'm typing private messages",
}),
send_read_receipts: $t({
defaultMessage: "Let participants see when I've read messages",
defaultMessage: "Let others see when I've read messages",
}),
...settings_config.notification_settings_labels,