mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 619013 - Wording in Update Sync Key dialog needs to be more clear. r=mconnor a=blocking-betaN
This commit is contained in:
parent
a23587b471
commit
5a9cabcb70
@ -94,7 +94,7 @@ let Change = {
|
||||
document.getElementById("passphraseBackupButtons").hidden = true;
|
||||
document.getElementById("generatePassphraseButton").hidden = true;
|
||||
document.title = this._str("new.synckey.title");
|
||||
introText.textContent = this._str("new.synckey.introText");
|
||||
introText.textContent = this._str("new.synckey2.introText");
|
||||
this._dialog.getButton("accept")
|
||||
.setAttribute("label", this._str("new.synckey.acceptButton"));
|
||||
}
|
||||
|
@ -30,6 +30,6 @@ new.password.acceptButton = Update Password
|
||||
new.password.status.incorrect = Password incorrect, please try again.
|
||||
|
||||
new.synckey.title = Update Sync Key
|
||||
new.synckey.introText = Your Sync Key has changed, please enter your new Sync Key
|
||||
new.synckey2.introText = Your Sync Key was changed using another device, please enter your updated Sync Key.
|
||||
new.synckey.acceptButton = Update Sync Key
|
||||
new.synckey.status.incorrect = Sync Key incorrect, please try again.
|
||||
|
Loading…
Reference in New Issue
Block a user