mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 689832 - SyncSetup.js refers to outdated string change.password.pwSameAsSyncKey r=philikon
This commit is contained in:
parent
c4c535022d
commit
107c2c1c2b
@ -339,7 +339,7 @@ var gSyncSetup = {
|
||||
if (password.value == document.getElementById("weavePassphrase").value) {
|
||||
// xxxmpc - hack, sigh
|
||||
valid = false;
|
||||
errorString = Weave.Utils.getErrorString("change.password.pwSameAsSyncKey");
|
||||
errorString = Weave.Utils.getErrorString("change.password.pwSameAsRecoveryKey");
|
||||
}
|
||||
else {
|
||||
let pwconfirm = document.getElementById("weavePasswordConfirm");
|
||||
|
Loading…
Reference in New Issue
Block a user