fix(i18n): Add missing translation for delete action (#2295)

This commit is contained in:
Chiahong
2025-11-22 00:55:11 +08:00
committed by GitHub
parent 7f89bde99e
commit badae8b8e4
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -179,7 +179,7 @@
@delete="deleteClient"
>
<FormSecondaryActionField
label="Delete"
:label="$t('client.delete')"
class="w-full"
type="button"
tabindex="-1"