Name Jitsi correctly in args

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Travis Ralston 2020-04-20 09:35:35 -06:00 committed by GitHub
parent a55698e943
commit 36f154f2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ export const Commands = [
}),
new Command({
command: 'addwidget',
args: '<url | embed code | jitsi url>',
args: '<url | embed code | Jitsi url>',
description: _td('Adds a custom widget by URL to the room'),
runFn: function(roomId, widgetUrl) {
if (!widgetUrl) {