fix(lite): replace 'change-power-state' by 'change-state' (#6922)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<UiButton :active="isOpen" :icon="faEllipsis" transparent @click="open" />
|
||||
</template>
|
||||
<MenuItem :icon="faPowerOff">
|
||||
{{ $t("change-power-state") }}
|
||||
{{ $t("change-state") }}
|
||||
<template #submenu>
|
||||
<VmActionPowerStateItems :vm-refs="selectedRefs" />
|
||||
</template>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
"back-pool-dashboard": "Go back to your Pool dashboard",
|
||||
"backup": "Backup",
|
||||
"cancel": "Cancel",
|
||||
"change-power-state": "Change power state",
|
||||
"change-state": "Change state",
|
||||
"confirm-delete": "You're about to delete {0}",
|
||||
"coming-soon": "Coming soon!",
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
"back-pool-dashboard": "Revenez au tableau de bord de votre pool",
|
||||
"backup": "Sauvegarde",
|
||||
"cancel": "Annuler",
|
||||
"change-power-state": "Changer l'état d'alimentation",
|
||||
"confirm-delete": "Vous êtes sur le point de supprimer {0}",
|
||||
"change-state": "Changer l'état",
|
||||
"coming-soon": "Bientôt disponible !",
|
||||
|
||||
Reference in New Issue
Block a user