Skip to content

Commit 6647877

Browse files
authored
Merge branch 'main' into updates-for-meastro
Signed-off-by: Anna Hileta <[email protected]>
2 parents 39a931c + 98ffdf6 commit 6647877

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://apps-d.docusign.com/api/maestro/v1 # Maestro API, which is used for maestro functionality
19+
MAESTRO_API=https://apps-d.docusign.com/api/maestro/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)