From b5114ac6fbe3646bbbe4aa90f3fa6125cee40189 Mon Sep 17 00:00:00 2001 From: haex Date: Fri, 20 Jun 2025 10:29:05 +0200 Subject: [PATCH] fixed translation in action button --- src/components/ui/button/action.vue | 4 +++- src/i18n/i18n.config.ts | 4 ++-- src/stores/passwords/actionMenu/index.ts | 10 ++++++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/ui/button/action.vue b/src/components/ui/button/action.vue index 159bc22..eeda9b4 100644 --- a/src/components/ui/button/action.vue +++ b/src/components/ui/button/action.vue @@ -37,7 +37,7 @@ :name="link.icon" class="me-3" /> - {{ link.label }} + {{ te(link.label) ? t(link.label) : link.label }}