Fix download tax form description (#4522)

This commit is contained in:
Jerozgen
2025-10-08 22:12:04 +03:00
committed by GitHub
parent 9ee0626e8b
commit 351b3da337

View File

@@ -117,6 +117,7 @@
<span>{{ <span>{{
formatMessage(messages.confirmationSuccess, { formType: determinedFormType }) formatMessage(messages.confirmationSuccess, { formType: determinedFormType })
}}</span> }}</span>
<span>
<IntlFormatted :message-id="messages.confirmationSupportText"> <IntlFormatted :message-id="messages.confirmationSupportText">
<template #support-link="{ children }"> <template #support-link="{ children }">
<nuxt-link <nuxt-link
@@ -129,6 +130,7 @@
</nuxt-link> </nuxt-link>
</template> </template>
</IntlFormatted> </IntlFormatted>
</span>
</div> </div>
<div class="flex w-full flex-row justify-stretch gap-2"> <div class="flex w-full flex-row justify-stretch gap-2">
<ButtonStyled> <ButtonStyled>