mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
(cherry picked from commit 9dd36bbd87dbb6d5b065115e87e1905dbb785d7a) Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> Co-authored-by: Yiya Chen <yiya.chen@suse.com>
This commit is contained in:
parent
9ee81f4054
commit
49e2be6ff4
@ -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