diff --git a/gui/app/components/section/trello/type-editor.js b/gui/app/components/section/trello/type-editor.js index 2455f30f..f1858e32 100644 --- a/gui/app/components/section/trello/type-editor.js +++ b/gui/app/components/section/trello/type-editor.js @@ -47,6 +47,8 @@ export default Component.extend(SectionMixin, NotifierMixin, { }, didReceiveAttrs() { + this._super(); + let page = this.get('page'); let config = {}; let self = this; diff --git a/gui/app/templates/components/section/tabular/type-editor.hbs b/gui/app/templates/components/section/tabular/type-editor.hbs index 76611019..b519794c 100644 --- a/gui/app/templates/components/section/tabular/type-editor.hbs +++ b/gui/app/templates/components/section/tabular/type-editor.hbs @@ -13,7 +13,7 @@ {{ui/ui-button color=constants.Color.Yellow light=true - label="IMPORT CSV" + label=(localize 'section_tabular_import_csv') onClick=(action "onShowImportModal")}} @@ -26,18 +26,18 @@