Change "Ban" to "Ban from room" to fix an inconsistency in the Admin Tools dialog (#8281)
* fix-admin-tools-phrase-inconsistency * correctly specify space room action * run i18n * Apply suggestions from code review Revert the applied formatting. Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
eb1d9b8f41
commit
8eaae6bdbc
2 changed files with 15 additions and 6 deletions
|
@ -1992,7 +1992,10 @@
|
|||
"Failed to remove user": "Failed to remove user",
|
||||
"Remove from room": "Remove from room",
|
||||
"Remove recent messages": "Remove recent messages",
|
||||
"Ban": "Ban",
|
||||
"Unban from space": "Unban from space",
|
||||
"Ban from space": "Ban from space",
|
||||
"Unban from room": "Unban from room",
|
||||
"Ban from room": "Ban from room",
|
||||
"Unban from %(roomName)s": "Unban from %(roomName)s",
|
||||
"Ban from %(roomName)s": "Ban from %(roomName)s",
|
||||
"Unban them from everything I'm able to": "Unban them from everything I'm able to",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue