Try to clarify that "Show read receipts" is just for visibility

The setting does not apply to sending them, just seeing them.
This commit is contained in:
Travis Ralston 2019-02-26 15:27:50 -07:00
parent 426bdafe22
commit ad374b3118
2 changed files with 4 additions and 4 deletions

View file

@ -155,7 +155,7 @@ export const SETTINGS = {
},
"showReadReceipts": {
supportedLevels: LEVELS_ROOM_SETTINGS,
displayName: _td('Show read receipts'),
displayName: _td('Show read receipts sent by other users'),
default: true,
invertedSettingName: 'hideReadReceipts',
},