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 || {}));