mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
i18n fixes
This commit is contained in:
parent
e56263564c
commit
6c8b10753d
11 changed files with 18 additions and 17 deletions
|
@ -24,6 +24,10 @@ export default Component.extend({
|
|||
selected: false,
|
||||
ariaRole: "button",
|
||||
tabindex: 0,
|
||||
attributeBindings: ['title'],
|
||||
title: computed('tooltip', function() {
|
||||
return this.tooltip;
|
||||
}),
|
||||
|
||||
calcClass: computed('selected', function() {
|
||||
let c = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue