fix import action translation
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-4 form-group cell">
|
||||
<label class="control-label">{{translate 'Run Manually' scope='Import' category='messages'}}</label>
|
||||
<label class="control-label">{{translate 'Run Manually' scope='Import' category='labels'}}</label>
|
||||
<div data-name="manualMode" class="field">
|
||||
{{{manualModeField}}}
|
||||
</div>
|
||||
|
||||
@@ -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'),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user