Bug 1222032 - Improve copy for disambiguating login update r=MattN

MozReview-Commit-ID: Ga3pybr1yGY
This commit is contained in:
Jim Porter
2017-03-16 19:14:38 -05:00
parent 93589b539b
commit 8056c101f6
4 changed files with 4 additions and 4 deletions

View File

@@ -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 };