Fix some source strings noticed as incorrect by translators
This commit is contained in:
parent
9744cbd448
commit
bc5227a191
6 changed files with 10 additions and 10 deletions
|
@ -518,7 +518,7 @@ export const CommandMap = {
|
|||
unban: new Command({
|
||||
name: 'unban',
|
||||
args: '<user-id>',
|
||||
description: _td('Unbans user with given id'),
|
||||
description: _td('Unbans user with given ID'),
|
||||
runFn: function(roomId, args) {
|
||||
if (args) {
|
||||
const matches = args.match(/^(\S+)$/);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue