Skip to content

Commit e92459b

Browse files
committed
text changes
1 parent 305a30d commit e92459b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/eSignature/controllers/eg020PhoneAuthentication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ eg020PhoneAuthentication.getController = (req, res) => {
8888
if (tokenOK) {
8989
res.render('pages/examples/eg020PhoneAuthentication', {
9090
eg: eg, csrfToken: req.csrfToken(),
91-
title: "Signing request by email",
91+
title: "Requiring phone authentication for a Recipient",
9292
sourceFile: path.basename(__filename),
9393
sourceUrl: dsConfig.githubExampleUrl + 'eSignature/' + path.basename(__filename),
9494
documentation: dsConfig.documentation + eg,

views/pages/examples/eg020PhoneAuthentication.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<% include ../../partials/examplesHead %>
22

3-
<h4>20. Requiring an Phone Authentication for a Recipient</h4>
3+
<h4>20. Requiring Phone Authentication for a Recipient</h4>
44
<p>
55
The envelope includes a pdf document. Anchor text
66
(<a href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>)
77
is used to position the signing fields in the documents.
88
</p>
99
<p>
10-
This is a general example of creating and sending an envelope (a signing request) using a phone call for Recipient Authentication.
10+
This is a general example of creating and sending an envelope (a signing request) using an SMS message or phone call for Recipient Authentication.
1111
</p>
1212

1313

0 commit comments

Comments
 (0)