fix(lite): replace 'change-power-state' by 'change-state' (#6922)

This commit is contained in:
Mathieu
2023-06-29 10:13:02 +02:00
committed by GitHub
parent 8c5ee4eafe
commit 0d579748d6
3 changed files with 1 additions and 3 deletions

View File

@@ -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>

View File

@@ -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!",

View File

@@ -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 !",