Fix typo in warning (#180)
This commit is contained in:

committed by
Maxim Baz

parent
dda63702fa
commit
025adf2e50
@@ -644,7 +644,7 @@ function handleModalAuth(requestDetails) {
|
|||||||
if (launchHost !== requestDetails.challenger.host) {
|
if (launchHost !== requestDetails.challenger.host) {
|
||||||
var message =
|
var message =
|
||||||
"You are about to send login credentials to a domain that is different than " +
|
"You are about to send login credentials to a domain that is different than " +
|
||||||
"the one you lauched from the browserpass extension. Do you wish to proceed?\n\n" +
|
"the one you launched from the browserpass extension. Do you wish to proceed?\n\n" +
|
||||||
"Realm: " +
|
"Realm: " +
|
||||||
requestDetails.realm +
|
requestDetails.realm +
|
||||||
"\n" +
|
"\n" +
|
||||||
|
Reference in New Issue
Block a user