diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-25 14:12:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-25 14:12:34 +0300 |
| commit | e47d5ba53b7d619bdb83f85b88feadccc8877eab (patch) | |
| tree | 8bf221fd1df00c9ba309a748e2be47918855032e /src/components/exporter/exporter.js | |
| parent | 8d46fd78c7ada7600afe7b74932a6f2380964592 (diff) | |
fix importer/exporter i18n
Diffstat (limited to 'src/components/exporter/exporter.js')
| -rw-r--r-- | src/components/exporter/exporter.js | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/components/exporter/exporter.js b/src/components/exporter/exporter.js index 51912ac3..fc75372e 100644 --- a/src/components/exporter/exporter.js +++ b/src/components/exporter/exporter.js @@ -15,18 +15,8 @@ const Exporter = { type: String, default: 'export.csv' }, - exportButtonLabel: { - type: String, - default () { - return this.$t('exporter.export') - } - }, - processingMessage: { - type: String, - default () { - return this.$t('exporter.processing') - } - } + exportButtonLabel: { type: String }, + processingMessage: { type: String } }, data () { return { |
