Skip to content

Commit a3b270b

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/FilesList/FileEntry/FileEntryActions.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export default {
173173
})
174174
this.registerAction({
175175
id: 'validate',
176+
// TRANSLATORS: Action label for a technical process: the app checks the cryptographic integrity of the document signatures, 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".
176177
title: t('libresign', 'Validate'),
177178
iconSvgInline: svgTextBoxCheck,
178179
})

0 commit comments

Comments
 (0)