s/Secrect/Secret/

This commit is contained in:
Boris Grozev 2014-08-14 17:14:36 +03:00
parent 0f277a593f
commit 01811c15fe
1 changed files with 2 additions and 2 deletions

View File

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