Skip to content

Commit 98ffdf6

Browse files
committed
text change
1 parent 7c57ceb commit 98ffdf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ DS_CLIENT_ID={YOUR_DS_CLIENT_ID} # An Integration key of your app. Located on th
1616
DS_CLIENT_SECRET={YOUR_DS_CLIENT_SECRET}
1717
TARGET_ACCOUNT_ID=false # If you have your accound id set here, if not it's false by default.
1818
SESSION_SECRET={YOUR_SESSION_SECRET} # A unique string of your choice that is used to encrypt the session cookie.
19-
MAESTRO_API=https://demo.services.docusign.net # Maestro API, which is used for maestro functionality
19+
MAESTRO_API=https://api-d.docusign.com/v1 # Maestro API, which is used for maestro functionality

client/src/assets/text.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"triggerForm": {
2222
"formTitle": "Fill in details",
23-
"formTitleWithoutInputs": "This workflow does not require additional fields",
23+
"formTitleWithoutInputs": "Continue to trigger the workflow instance",
2424
"formName": "Participant Information",
2525
"fieldsI9": {
2626
"field1": "Preparer name",

0 commit comments

Comments
 (0)