From 49e2be6ff492d738ab62aaf46bf11e93aa3f8021 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:55:19 +0800 Subject: [PATCH] fix: skip escapehtml (#272) (#275) (cherry picked from commit 9dd36bbd87dbb6d5b065115e87e1905dbb785d7a) Signed-off-by: Yi-Ya Chen Co-authored-by: Yiya Chen --- pkg/harvester/dialog/ConfirmExecutionDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {