Skip to content

Commit 436dfbf

Browse files
i18n: add TRANSLATORS comment to Validate button in IdDocsValidation
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 10ede15 commit 436dfbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/Documents/IdDocsValidation.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
<template #icon>
127127
<NcIconSvgWrapper :path="mdiEye" :size="20" />
128128
</template>
129+
<!-- TRANSLATORS: Button that triggers the cryptographic check of a signed document. "Validate" here is a technical process: the app checks the signature integrity, the certificate chain and revocation status. It does NOT mean approving or authorizing something. Choose a word in your language that conveys "to check" or "to verify", not "to approve" or "to authorize". -->
129130
{{ t('libresign', 'Validate') }}
130131
</NcActionButton>
131132
</template>

0 commit comments

Comments
 (0)