Skip to content

Commit f13b615

Browse files
authored
Merge pull request #33 from docusign/DEVDOCS-14232
DEVDOCS-14232 - updating DocuSign to Docusign and updating the favicon
2 parents c543a5e + ce44508 commit f13b615

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

DocuSign.MyAPI/ClientApp/src/assets/i18n/en.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"GITHUB_LINK": "https://github.com/docusign/sample-app-myapicalls-csharp",
55
"LOGIN": "Log in",
66
"LOGOUT": "Log out",
7-
"LOGIN_TEXT": "To execute the scenario, you must log in with your DocuSign developer account.",
7+
"LOGIN_TEXT": "To execute the scenario, you must log in with your Docusign developer account.",
88
"CREATE_ACCOUNT": "Create account",
9-
"SITE_TITLE": "Discover DocuSign API Calls",
10-
"SITE_DESCRIPTION": "Discover the power of DocuSign APIs. Experiment with common API calls in an interactive environment that lets you walk through the call parameters and examine the response.",
9+
"SITE_TITLE": "Discover Docusign API Calls",
10+
"SITE_DESCRIPTION": "Discover the power of Docusign APIs. Experiment with common API calls in an interactive environment that lets you walk through the call parameters and examine the response.",
1111
"FOOTER_TITLE": "Can’t find the API you’re looking for?",
1212
"FOOTER_LINK": "https://developers.docusign.com/",
13-
"FOOTER_LINK_TEXT": "Visit DocuSign Developer Center",
14-
"COPYRIGHT": "© 2023 DocuSign Inc.",
13+
"FOOTER_LINK_TEXT": "Visit Docusign Developer Center",
14+
"COPYRIGHT": "© 2024 Docusign Inc.",
1515
"TRY_SCENARIO": "Try scenario",
1616
"CLEAR_ALL": "Clear all",
1717
"SELECTED_SCENARIOS": "Selected {{ value }} scenarios",
@@ -24,7 +24,7 @@
2424

2525
"FILTER": {
2626
"AREA": "By API call category",
27-
"CATEGORY": "By DocuSign API",
27+
"CATEGORY": "By Docusign API",
2828
"VIEW_MORE": "View more",
2929
"VIEW_LESS": "View less"
3030
},
@@ -57,7 +57,7 @@
5757
"STEP": {
5858
"ENDPOINT_TEXT": "The API request is sent to the following endpoint:",
5959
"DOCUMENTATION_TEXT": "For more information about this API call, see the",
60-
"DOCUMENTATION_LINK": "DocuSign API Documentation",
60+
"DOCUMENTATION_LINK": "Docusign API Documentation",
6161
"NEXT": "Next step",
6262
"DONT_SHOW_CALLS": "Execute without logging API call execution",
6363
"REQUEST_BODY": "Request body",
-32.5 KB
Binary file not shown.
1.19 KB
Loading

DocuSign.MyAPI/ClientApp/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<base href="/" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9-
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
9+
<link rel="icon" type="image/x-icon" href="assets/images/favicon.png" />
1010
<link rel="preconnect" href="https://fonts.gstatic.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

0 commit comments

Comments
 (0)