File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const ConfluenceBlock: BlockConfig<ConfluenceResponse> = {
4444 id : 'domain' ,
4545 title : 'Domain' ,
4646 type : 'short-input' ,
47- placeholder : 'Enter Confluence domain (e.g., simstudio .atlassian.net)' ,
47+ placeholder : 'Enter Confluence domain (e.g., company .atlassian.net)' ,
4848 required : true ,
4949 } ,
5050 {
@@ -462,7 +462,7 @@ export const ConfluenceV2Block: BlockConfig<ConfluenceResponse> = {
462462 id : 'domain' ,
463463 title : 'Domain' ,
464464 type : 'short-input' ,
465- placeholder : 'Enter Confluence domain (e.g., simstudio .atlassian.net)' ,
465+ placeholder : 'Enter Confluence domain (e.g., company .atlassian.net)' ,
466466 required : true ,
467467 } ,
468468 {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
5454 title : 'Domain' ,
5555 type : 'short-input' ,
5656 required : true ,
57- placeholder : 'Enter Jira domain (e.g., simstudio .atlassian.net)' ,
57+ placeholder : 'Enter Jira domain (e.g., company .atlassian.net)' ,
5858 } ,
5959 {
6060 id : 'credential' ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export const JiraServiceManagementBlock: BlockConfig<JsmResponse> = {
4949 title : 'Domain' ,
5050 type : 'short-input' ,
5151 required : true ,
52- placeholder : 'Enter Jira domain (e.g., simstudio .atlassian.net)' ,
52+ placeholder : 'Enter Jira domain (e.g., company .atlassian.net)' ,
5353 } ,
5454 {
5555 id : 'credential' ,
You can’t perform that action at this time.
0 commit comments