From 01811c15feddb627c2862f405f3976ee799c564a Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Thu, 14 Aug 2014 17:14:36 +0300 Subject: [PATCH] s/Secrect/Secret/ --- toolbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolbar.js b/toolbar.js index 4a3ee1f5e..88127fb5a 100644 --- a/toolbar.js +++ b/toolbar.js @@ -12,7 +12,7 @@ var Toolbar = (function (my) { $.prompt("This conversation is currently protected by" + " a shared secret key.", { - title: "Secrect key", + title: "Secret key", persistent: false } ); @@ -21,7 +21,7 @@ var Toolbar = (function (my) { + " a secret key. Only the owner of the conference" + " could set a shared key.", { - title: "Secrect key", + title: "Secret key", persistent: false } );