Skip to content

Commit e69ceca

Browse files
committed
updated placeholder
1 parent fe45ba5 commit e69ceca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/sim/blocks/blocks/confluence.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

apps/sim/blocks/blocks/jira.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

apps/sim/blocks/blocks/jira_service_management.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)