Skip to content

Commit 025adf2

Browse files
whereswaldonmax-baz
authored andcommitted
Fix typo in warning (#180)
1 parent dda6370 commit 025adf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ function handleModalAuth(requestDetails) {
644644
if (launchHost !== requestDetails.challenger.host) {
645645
var message =
646646
"You are about to send login credentials to a domain that is different than " +
647-
"the one you lauched from the browserpass extension. Do you wish to proceed?\n\n" +
647+
"the one you launched from the browserpass extension. Do you wish to proceed?\n\n" +
648648
"Realm: " +
649649
requestDetails.realm +
650650
"\n" +

0 commit comments

Comments
 (0)