diff --git a/pkg/harvester/dialog/ConfirmExecutionDialog.vue b/pkg/harvester/dialog/ConfirmExecutionDialog.vue index edbb0ba9..9099b7da 100644 --- a/pkg/harvester/dialog/ConfirmExecutionDialog.vue +++ b/pkg/harvester/dialog/ConfirmExecutionDialog.vue @@ -67,7 +67,7 @@ export default { plusMore() { const remaining = this.resources.length - this.names.length; - return this.t('dialog.confirmExecution.andOthers', { count: remaining }); + return this.t('dialog.confirmExecution.andOthers', { count: remaining }, true); }, type() {