fix: make description translatable
This commit is contained in:
parent
c4fa8ea34c
commit
ffcc3af18e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export default class LinksWidget extends Widget {
|
|||
description.popover({
|
||||
trigger: "hover",
|
||||
placement: "top",
|
||||
content: () => `<div class="card-description small">${this.description}</div>`,
|
||||
content: () => `<div class="card-description small">${__(this.description)}</div>`,
|
||||
html: true,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue