Commit 506bf292 authored by tommycli's avatar tommycli Committed by Commit bot

MD Settings People: Fix ChromeOS Change Picture Profile Icon tooltip

This fixes a regression where the tooltip to the profile picture is
never updated.

BUG=676782
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2622973002
Cr-Commit-Position: refs/heads/master@{#442755}
parent 2bc46a6d
......@@ -203,7 +203,7 @@ Polymer({
*/
receiveProfileImage_: function(imageUrl, selected) {
this.profileImageUrl_ = imageUrl;
this.$.profileImage.alt = this.i18n('profilePhoto');
this.$.profileImage.title = this.i18n('profilePhoto');
if (!selected)
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment