Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3562)

Unified Diff: chrome/browser/resources/settings/people_page/change_picture.js

Issue 2622973002: MD Settings People: Fix ChromeOS Change Picture Profile Icon tooltip (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/change_picture.js
diff --git a/chrome/browser/resources/settings/people_page/change_picture.js b/chrome/browser/resources/settings/people_page/change_picture.js
index 977c4483b043ba79f1470673cefbb1cea35c43ae..ff16b6efa1cfaf43ba39c4338787e8b92f9dd24c 100644
--- a/chrome/browser/resources/settings/people_page/change_picture.js
+++ b/chrome/browser/resources/settings/people_page/change_picture.js
@@ -199,7 +199,7 @@ Polymer({
*/
receiveProfileImage_: function(imageUrl, selected) {
this.profileImageUrl_ = imageUrl;
- this.$.profileImage.alt = this.i18n('profilePhoto');
+ this.$.profileImage.title = this.i18n('profilePhoto');
if (!selected)
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698