Merge pull request #93 from fouksf/patch-1
Fix a typo in the invitation to Jitsi Meet.
This commit is contained in:
commit
6c13b33c4f
|
@ -124,7 +124,7 @@ var Toolbar = (function (my) {
|
||||||
+ " to join the conference.%0D%0A%0D%0A"
|
+ " to join the conference.%0D%0A%0D%0A"
|
||||||
+ roomUrl + "%0D%0A%0D%0A"
|
+ roomUrl + "%0D%0A%0D%0A"
|
||||||
+ sharedKeyText
|
+ sharedKeyText
|
||||||
+ "Note that Jitsi Meet is currently only supported by Chromim,"
|
+ "Note that Jitsi Meet is currently only supported by Chromium,"
|
||||||
+ " Google Chrome and Opera, so you need"
|
+ " Google Chrome and Opera, so you need"
|
||||||
+ " to be using one of these browsers.%0D%0A%0D%0A"
|
+ " to be using one of these browsers.%0D%0A%0D%0A"
|
||||||
+ "Talk to you in a sec!";
|
+ "Talk to you in a sec!";
|
||||||
|
|
Loading…
Reference in New Issue