aboutsummaryrefslogtreecommitdiff
path: root/src/components/importer/importer.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-25 14:12:34 +0300
committerHenry Jameson <me@hjkos.com>2021-04-25 14:12:34 +0300
commite47d5ba53b7d619bdb83f85b88feadccc8877eab (patch)
tree8bf221fd1df00c9ba309a748e2be47918855032e /src/components/importer/importer.js
parent8d46fd78c7ada7600afe7b74932a6f2380964592 (diff)
fix importer/exporter i18n
Diffstat (limited to 'src/components/importer/importer.js')
-rw-r--r--src/components/importer/importer.js21
1 files changed, 3 insertions, 18 deletions
diff --git a/src/components/importer/importer.js b/src/components/importer/importer.js
index 59f9beb1..da86a223 100644
--- a/src/components/importer/importer.js
+++ b/src/components/importer/importer.js
@@ -15,24 +15,9 @@ const Importer = {
type: Function,
required: true
},
- submitButtonLabel: {
- type: String,
- default () {
- return this.$t('importer.submit')
- }
- },
- successMessage: {
- type: String,
- default () {
- return this.$t('importer.success')
- }
- },
- errorMessage: {
- type: String,
- default () {
- return this.$t('importer.error')
- }
- }
+ submitButtonLabel: { type: String },
+ successMessage: { type: String },
+ errorMessage: { type: String }
},
data () {
return {