Skip to content

Commit fbb4bbd

Browse files
authored
Improve prop description
1 parent f752aff commit fbb4bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ortto/ortto.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
activityId: {
3232
type: "string",
3333
label: "Activity Id",
34-
description: "The Id of the activity definition. To find Activity ID, login into your Ortto app > CDP > Activities > Select an activity, then you can find the Activity ID in the browser URL as https://ortto.app/{Org}/activities/{Activity ID}/overview. For example, if your Activity URL is https://ortto.app/pipedreamtest/activities/act::s/overview, then your Activity ID is `act::s`",
34+
description: "The Id of the activity definition. To find Activity ID, login into your Ortto app > CDP > Activities > Select an activity, then you can find the Activity ID in the browser URL as `https://ortto.app/{Org}/activities/{Activity_ID}/overview`. For example, if your Activity URL is `https://ortto.app/pipedreamtest/activities/act::s/overview`, then your Activity ID is `act::s`",
3535
},
3636
fields: {
3737
type: "object",

0 commit comments

Comments
 (0)