mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
UX: Use translatedLabel for aria-label in buttons.
This commit is contained in:

committed by
Neil Lalonde

parent
7426c427a1
commit
cc983e3b11
@ -9,7 +9,7 @@ export default Ember.Component.extend({
|
||||
attributeBindings: [
|
||||
"disabled",
|
||||
"translatedTitle:title",
|
||||
"translatedTitle:aria-label",
|
||||
"translatedLabel:aria-label",
|
||||
"tabindex"
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user