mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
fix: skip escapehtml (#272)
Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
parent
235373045c
commit
9dd36bbd87
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user