Skip to content

Commit eaf0014

Browse files
i18n: add TRANSLATORS comments for 'Code validation' string
Clarify that "Code" in 'Code validation' and 'Step 2 of 3 - Code validation' refers to a short numeric one-time password (OTP), not source code or any other kind of code, to avoid ambiguous translations. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 28661c3 commit eaf0014

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/views/SignPDF/_partials/ModalVerificationCode.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export default {
219219
: t('libresign', 'Identity verification')
220220
}
221221
if (!this.identityVerified) {
222+
// TRANSLATORS Dialog title for step 2 where the signer enters the numeric verification code (OTP) received by email or messaging channel. "Code" here means a short numeric one-time password, not source code or any other kind of code.
222223
return t('libresign', 'Code validation')
223224
}
224225
return t('libresign', 'Signature confirmation')
@@ -231,6 +232,7 @@ export default {
231232
: t('libresign', 'Step 1 of 3 - Identity verification')
232233
}
233234
if (!this.identityVerified) {
235+
// TRANSLATORS Progress text for step 2 where the signer enters the numeric verification code (OTP) received by email or messaging channel. "Code" here means a short numeric one-time password, not source code or any other kind of code.
234236
return t('libresign', 'Step 2 of 3 - Code validation')
235237
}
236238
return t('libresign', 'Step 3 of 3 - Signature confirmation')

0 commit comments

Comments
 (0)