Pārlūkot izejas kodu

s/secrect/secret/

j8
Boris Grozev 10 gadus atpakaļ
vecāks
revīzija
b8d27e8ab0
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4
    4
      toolbar.js

+ 4
- 4
toolbar.js Parādīt failu

29
             if (sharedKey) {
29
             if (sharedKey) {
30
                 $.prompt("Are you sure you would like to remove your secret key?",
30
                 $.prompt("Are you sure you would like to remove your secret key?",
31
                     {
31
                     {
32
-                        title: "Remove secrect key",
32
+                        title: "Remove secret key",
33
                         persistent: false,
33
                         persistent: false,
34
                         buttons: { "Remove": true, "Cancel": false},
34
                         buttons: { "Remove": true, "Cancel": false},
35
                         defaultButton: 1,
35
                         defaultButton: 1,
42
                     }
42
                     }
43
                 );
43
                 );
44
             } else {
44
             } else {
45
-                $.prompt('<h2>Set a secrect key to lock your room</h2>' +
45
+                $.prompt('<h2>Set a secret key to lock your room</h2>' +
46
                          '<input id="lockKey" type="text" placeholder="your shared key" autofocus>',
46
                          '<input id="lockKey" type="text" placeholder="your shared key" autofocus>',
47
                     {
47
                     {
48
                         persistent: false,
48
                         persistent: false,
142
         $.prompt('<h2>Configure your conference</h2>' +
142
         $.prompt('<h2>Configure your conference</h2>' +
143
             '<input type="checkbox" id="initMuted"> Participants join muted<br/>' +
143
             '<input type="checkbox" id="initMuted"> Participants join muted<br/>' +
144
             '<input type="checkbox" id="requireNicknames"> Require nicknames<br/><br/>' +
144
             '<input type="checkbox" id="requireNicknames"> Require nicknames<br/><br/>' +
145
-            'Set a secrect key to lock your room: <input id="lockKey" type="text" placeholder="your shared key" autofocus>',
145
+            'Set a secret key to lock your room: <input id="lockKey" type="text" placeholder="your shared key" autofocus>',
146
             {
146
             {
147
                 persistent: false,
147
                 persistent: false,
148
                 buttons: { "Save": true, "Cancel": false},
148
                 buttons: { "Save": true, "Cancel": false},
285
     };
285
     };
286
 
286
 
287
     return my;
287
     return my;
288
-}(Toolbar || {}));
288
+}(Toolbar || {}));

Notiek ielāde…
Atcelt
Saglabāt