From b8d27e8ab02b92eac8e63fe6fcda1caa9a199a99 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Fri, 18 Jul 2014 17:37:52 +0200 Subject: [PATCH] s/secrect/secret/ --- toolbar.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/toolbar.js b/toolbar.js index cdaaef239..f486aa6bb 100644 --- a/toolbar.js +++ b/toolbar.js @@ -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('

Set a secrect key to lock your room

' + + $.prompt('

Set a secret key to lock your room

' + '', { persistent: false, @@ -142,7 +142,7 @@ var Toolbar = (function (my) { $.prompt('

Configure your conference

' + ' Participants join muted
' + ' Require nicknames

' + - 'Set a secrect key to lock your room: ', + 'Set a secret key to lock your room: ', { persistent: false, buttons: { "Save": true, "Cancel": false}, @@ -285,4 +285,4 @@ var Toolbar = (function (my) { }; return my; -}(Toolbar || {})); \ No newline at end of file +}(Toolbar || {}));