fix: skip escapehtml (#272)

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
Yiya Chen 2025-05-08 15:12:54 +08:00 committed by GitHub
parent 235373045c
commit 9dd36bbd87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {