From fab13b3140622f840e86eb53dedea3e2df2b2ac0 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 3 Apr 2024 15:34:35 +0300 Subject: [PATCH] fix import action translation --- client/res/templates/import/step-1.tpl | 2 +- client/src/views/import/step1.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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'), }, }, });