fix(WorkerPDA): fix translations
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-04-08 08:35:27 +02:00
parent ffd83e7e0f
commit 15cbbab043
1 changed files with 2 additions and 1 deletions

View File

@ -234,7 +234,7 @@ function isSigned(row) {
data-cy="workerPda-download" data-cy="workerPda-download"
> >
<QTooltip> <QTooltip>
{{ t('worker.pda.download') }} {{ t('globals.downloadPdf') }}
</QTooltip> </QTooltip>
</QBtn> </QBtn>
</template> </template>
@ -307,4 +307,5 @@ es:
This PDA is already assigned to another user: Este PDA ya está asignado a otro usuario This PDA is already assigned to another user: Este PDA ya está asignado a otro usuario
Are you sure you want to send it?: ¿Seguro que quieres enviarlo? Are you sure you want to send it?: ¿Seguro que quieres enviarlo?
Sign PDA: Firmar PDA Sign PDA: Firmar PDA
PDF sended to signed: PDF enviado para firmar
</i18n> </i18n>