diff --git a/client/res/templates/import/step-1.tpl b/client/res/templates/import/step-1.tpl index 4c784a361c..7978fe485c 100644 --- a/client/res/templates/import/step-1.tpl +++ b/client/res/templates/import/step-1.tpl @@ -137,7 +137,7 @@
- +
{{{manualModeField}}}
diff --git a/client/src/views/import/step1.js b/client/src/views/import/step1.js index 3fdde930b9..b8a8e95b5d 100644 --- a/client/src/views/import/step1.js +++ b/client/src/views/import/step1.js @@ -201,9 +201,9 @@ class Step1ImportView extends View { 'update', ], translatedOptions: { - create: this.translate('Create Only', 'labels', 'Admin'), - createAndUpdate: this.translate('Create and Update', 'labels', 'Admin'), - update: this.translate('Update Only', 'labels', 'Admin'), + create: this.translate('Create Only', 'labels', 'Import'), + createAndUpdate: this.translate('Create and Update', 'labels', 'Import'), + update: this.translate('Update Only', 'labels', 'Import'), }, }, });