Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
index b857b200c1d148f168526f2bea5c205cc7a1a416..04806d49b6bc90de534094fc0b83e5eb31a97f32 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
@@ -100,7 +100,7 @@ |
value="[[getEmptyPassword_(item.numCharactersInPassword)]]"> |
</input> |
<paper-icon-button id="passwordMenu" icon="cr:more-vert" |
- on-tap="onPasswordMenuTap_" alt="$i18n{overflowMenu}" |
+ on-tap="onPasswordMenuTap_" title="$i18n{moreActions}" |
tabindex$="[[tabIndex]]"> |
</paper-icon-button> |
</div> |
@@ -137,7 +137,7 @@ |
<paper-icon-button id="removeExceptionButton" |
icon="cr:close" on-tap="onRemoveExceptionButtonTap_" |
tabindex$="[[tabIndex]]" |
- alt="$i18n{deletePasswordException}"> |
+ title="$i18n{deletePasswordException}"> |
</paper-icon-button> |
</div> |
</template> |