Skip to content

Commit 5a355e2

Browse files
i18n: add TRANSLATORS comments for 'Signature confirmation' string
Clarify that 'Signature confirmation' refers to the final step where the signer reviews and confirms their intent to sign the document by clicking a button \u2014 not a receipt or acknowledgment, but the user action that triggers the signing process. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent eaf0014 commit 5a355e2

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
@@ -222,6 +222,7 @@ export default {
222222
// 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.
223223
return t('libresign', 'Code validation')
224224
}
225+
// TRANSLATORS Dialog title for step 3 where the signer reviews and confirms their intent to sign the document by clicking a button. This is not a receipt or acknowledgment — it is the final user action that triggers the signing process.
225226
return t('libresign', 'Signature confirmation')
226227
},
227228
progressText() {
@@ -235,6 +236,7 @@ export default {
235236
// 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.
236237
return t('libresign', 'Step 2 of 3 - Code validation')
237238
}
239+
// TRANSLATORS Progress text for step 3 where the signer reviews and confirms their intent to sign the document by clicking a button. This is not a receipt or acknowledgment — it is the final user action that triggers the signing process.
238240
return t('libresign', 'Step 3 of 3 - Signature confirmation')
239241
},
240242
codeExplanationText() {

0 commit comments

Comments
 (0)