mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +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() {
|
plusMore() {
|
||||||
const remaining = this.resources.length - this.names.length;
|
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() {
|
type() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user