You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Update copy for redact permission
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -239,7 +239,7 @@ export default class RolesRoomSettingsTab extends React.Component {
|
|||||||
defaultValue: 50,
|
defaultValue: 50,
|
||||||
},
|
},
|
||||||
"redact": {
|
"redact": {
|
||||||
desc: _t('Remove messages'),
|
desc: _t('Remove messages sent by others'),
|
||||||
defaultValue: 50,
|
defaultValue: 50,
|
||||||
},
|
},
|
||||||
"notifications.room": {
|
"notifications.room": {
|
||||||
|
|||||||
@@ -967,7 +967,7 @@
|
|||||||
"Change settings": "Change settings",
|
"Change settings": "Change settings",
|
||||||
"Kick users": "Kick users",
|
"Kick users": "Kick users",
|
||||||
"Ban users": "Ban users",
|
"Ban users": "Ban users",
|
||||||
"Remove messages": "Remove messages",
|
"Remove messages sent by others": "Remove messages sent by others",
|
||||||
"Notify everyone": "Notify everyone",
|
"Notify everyone": "Notify everyone",
|
||||||
"No users have specific privileges in this room": "No users have specific privileges in this room",
|
"No users have specific privileges in this room": "No users have specific privileges in this room",
|
||||||
"Privileged Users": "Privileged Users",
|
"Privileged Users": "Privileged Users",
|
||||||
|
|||||||
Reference in New Issue
Block a user