Skip to content

Commit 641bdc1

Browse files
feat(sign): improve email verification step descriptions
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1981d55 commit 641bdc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/SignPDF/_partials/ModalVerificationCode.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Step 1: Email mode -->
1616
<div v-if="mode === 'email' && step1Active" class="step-content">
1717
<p class="step-explanation">
18-
{{ t('libresign', 'To sign this document, we must verify your identity. Enter your email address to receive a verification code.') }}
18+
{{ t('libresign', 'To verify your identity, enter the same email address where you received the signature request. We will send a verification code to this address.') }}
1919
</p>
2020
<div v-if="signMethodsStore.blurredEmail().length > 0" class="email">
2121
{{ signMethodsStore.blurredEmail() }}
@@ -236,7 +236,7 @@ export default {
236236
codeExplanationText() {
237237
const contact = this.displayContact
238238
if (this.mode === 'email') {
239-
return t('libresign', 'A verification code has been sent to: {contact}. Please enter the 6-digit code to continue.', { contact })
239+
return t('libresign', 'A verification code has been sent to: {contact}. Check your email and enter the 6-digit verification code.', { contact })
240240
}
241241
return t('libresign', 'A verification code has been sent to: {contact}. Please enter the code to continue.', { contact })
242242
},

0 commit comments

Comments
 (0)