Skip to content

Commit bcd4cbd

Browse files
authored
change welcome message on banner
1 parent 0c63303 commit bcd4cbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

views/pages/index.ejs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
<% if (locals.dsConfig.multiSourceChooser) { %>
1515
<h1 class="display-4">Welcome</h1>
16-
<p class="Xlead">Welcome to the DocuSign code examples with
17-
OAuth Authorization Code Grant and JWT.</p>
16+
<p class="Xlead">Run and explore DocuSign code examples with Authorization Code Grant or JWT Grant authentication</p>
1817
<% } else { %>
1918
<h1 class="display-4">Node Launcher</h1>
2019
<% if (dsConfig.examplesApi.isAdminApi) { %>
@@ -23,7 +22,7 @@
2322
</p>
2423
<% } else { %>
2524
<p class="Xlead">
26-
Welcome to the DocuSign Node examples using multiple OAuth flows (JWT and Authorization Code Grant).
25+
Run and explore eSignature REST API code examples with Authorization Code Grant or JWT Grant authentication
2726
</p>
2827
<% } %>
2928
<% } %>

0 commit comments

Comments
 (0)