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