Browse Source

use translations for delete file menu item

integrate-editor
Benjamin Atkin 3 years ago
parent
commit
9ffcbf4502
  1. 2
      file-view.js

2
file-view.js

@ -39,7 +39,7 @@ export class FileView extends HTMLElement {
this.menu = document.createElement(
'm-menu-dropdown'
)
this.menu.add('Borrar', () => {
this.menu.add(this.text.delete, () => {
this.remove()
})
this.shadowRoot.appendChild(this.menu)

Loading…
Cancel
Save