Fix some source strings noticed as incorrect by translators

This commit is contained in:
Travis Ralston 2019-05-16 14:35:43 -06:00
parent 9744cbd448
commit bc5227a191
6 changed files with 10 additions and 10 deletions

View file

@ -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+)$/);