mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
UX: Use translatedLabel for aria-label in buttons.
This commit is contained in:
parent
4f3ee86bbd
commit
31ffcf989c
|
@ -9,7 +9,7 @@ export default Ember.Component.extend({
|
|||
attributeBindings: [
|
||||
"disabled",
|
||||
"translatedTitle:title",
|
||||
"translatedTitle:aria-label",
|
||||
"translatedLabel:aria-label",
|
||||
"tabindex"
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user