You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: src/views/SignPDF/_partials/ModalVerificationCode.vue
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,7 @@ export default {
222
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.
223
223
returnt('libresign', 'Code validation')
224
224
}
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.
225
226
returnt('libresign', 'Signature confirmation')
226
227
},
227
228
progressText() {
@@ -235,6 +236,7 @@ export default {
235
236
// 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.
236
237
returnt('libresign', 'Step 2 of 3 - Code validation')
237
238
}
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.
238
240
returnt('libresign', 'Step 3 of 3 - Signature confirmation')
0 commit comments