mirror of https://github.com/zulip/zulip.git
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:
parent
8302337aa9
commit
894879d1fe
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue