UX: Use translatedLabel for aria-label in buttons.

This commit is contained in:
Dan Ungureanu
2019-02-05 13:10:28 +02:00
committed by Neil Lalonde
parent 7426c427a1
commit cc983e3b11

View File

@ -9,7 +9,7 @@ export default Ember.Component.extend({
attributeBindings: [
"disabled",
"translatedTitle:title",
"translatedTitle:aria-label",
"translatedLabel:aria-label",
"tabindex"
],