Remove an extra plus.
It makes the message appear like "... Only the owner of the conferenceNAN".
This commit is contained in:
parent
6c13b1b84f
commit
e9c8f00b7e
|
@ -18,7 +18,7 @@ var Toolbar = (function (my) {
|
|||
);
|
||||
else
|
||||
$.prompt("This conversation isn't currently protected by"
|
||||
+ " a secret key. Only the owner of the conference" +
|
||||
+ " a secret key. Only the owner of the conference"
|
||||
+ " could set a shared key.",
|
||||
{
|
||||
title: "Secrect key",
|
||||
|
|
Loading…
Reference in New Issue