Bug 1222032 - Improve copy for disambiguating login update r=MattN
MozReview-Commit-ID: Ga3pybr1yGY
This commit is contained in:
@@ -1365,7 +1365,7 @@ LoginManagerPrompter.prototype = {
|
||||
this.log("promptToChangePasswordWithUsernames with count:", count);
|
||||
|
||||
var usernames = logins.map(l => l.username);
|
||||
var dialogText = this._getLocalizedString("userSelectText");
|
||||
var dialogText = this._getLocalizedString("userSelectText2");
|
||||
var dialogTitle = this._getLocalizedString("passwordChangeTitle");
|
||||
var selectedIndex = { value: null };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user