s/secrect/secret/

This commit is contained in:
Boris Grozev
2014-07-18 17:37:52 +02:00
parent 8146655a70
commit b8d27e8ab0
+4 -4
View File
@@ -29,7 +29,7 @@ var Toolbar = (function (my) {
if (sharedKey) {
$.prompt("Are you sure you would like to remove your secret key?",
{
title: "Remove secrect key",
title: "Remove secret key",
persistent: false,
buttons: { "Remove": true, "Cancel": false},
defaultButton: 1,
@@ -42,7 +42,7 @@ var Toolbar = (function (my) {
}
);
} else {
$.prompt('<h2>Set a secrect key to lock your room</h2>' +
$.prompt('<h2>Set a secret key to lock your room</h2>' +
'<input id="lockKey" type="text" placeholder="your shared key" autofocus>',
{
persistent: false,
@@ -142,7 +142,7 @@ var Toolbar = (function (my) {
$.prompt('<h2>Configure your conference</h2>' +
'<input type="checkbox" id="initMuted"> Participants join muted<br/>' +
'<input type="checkbox" id="requireNicknames"> Require nicknames<br/><br/>' +
'Set a secrect key to lock your room: <input id="lockKey" type="text" placeholder="your shared key" autofocus>',
'Set a secret key to lock your room: <input id="lockKey" type="text" placeholder="your shared key" autofocus>',
{
persistent: false,
buttons: { "Save": true, "Cancel": false},
@@ -285,4 +285,4 @@ var Toolbar = (function (my) {
};
return my;
}(Toolbar || {}));
}(Toolbar || {}));