Skip to content

Commit 9ea7896

Browse files
committed
Text fixes
1 parent 0b779a2 commit 9ea7896

File tree

6 files changed

+30
-2936
lines changed

6 files changed

+30
-2936
lines changed

lib/admin/controllers/eg006GetUserProfileByEmail.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
}
5858
if (results) {
5959
res.render('pages/example_done', {
60-
title: "Get user profile by email",
61-
h1: "Get user profile by email",
62-
message: "Results from UsersApi:getUserDSProfilesByEmail method:",
60+
title: "Retrieve the user's DocuSign profile using an email address",
61+
h1: "Retrieve the user's DocuSign profile using an email address",
62+
message: "Results from MultiProductUserManagement:getUserDSProfilesByEmail method:",
6363
json: JSON.stringify(results)
6464
});
6565
}

lib/admin/controllers/eg007GetUserProfileByUserId.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
}
5858
if (results) {
5959
res.render('pages/example_done', {
60-
title: "Get user profile by user ID",
61-
h1: "Get user profile by user ID",
62-
message: "Results from UsersApi:getUserDSProfile method:",
60+
title: "Retrieve the user's DocuSign profile using a User ID",
61+
h1: "Retrieve the user's DocuSign profile using a User ID",
62+
message: "Results from MultiProductUserManagement:getUserDSProfile method:",
6363
json: JSON.stringify(results)
6464
});
6565
}

0 commit comments

Comments
 (0)