Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated placeholder
  • Loading branch information
waleedlatif1 committed Feb 10, 2026
commit e69cecaf16d15df480b9f853f007d3c6ee2db380
4 changes: 2 additions & 2 deletions apps/sim/blocks/blocks/confluence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const ConfluenceBlock: BlockConfig<ConfluenceResponse> = {
id: 'domain',
title: 'Domain',
type: 'short-input',
placeholder: 'Enter Confluence domain (e.g., simstudio.atlassian.net)',
placeholder: 'Enter Confluence domain (e.g., company.atlassian.net)',
required: true,
},
{
Expand Down Expand Up @@ -462,7 +462,7 @@ export const ConfluenceV2Block: BlockConfig<ConfluenceResponse> = {
id: 'domain',
title: 'Domain',
type: 'short-input',
placeholder: 'Enter Confluence domain (e.g., simstudio.atlassian.net)',
placeholder: 'Enter Confluence domain (e.g., company.atlassian.net)',
required: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/blocks/blocks/jira.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
title: 'Domain',
type: 'short-input',
required: true,
placeholder: 'Enter Jira domain (e.g., simstudio.atlassian.net)',
placeholder: 'Enter Jira domain (e.g., company.atlassian.net)',
},
{
id: 'credential',
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/blocks/blocks/jira_service_management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const JiraServiceManagementBlock: BlockConfig<JsmResponse> = {
title: 'Domain',
type: 'short-input',
required: true,
placeholder: 'Enter Jira domain (e.g., simstudio.atlassian.net)',
placeholder: 'Enter Jira domain (e.g., company.atlassian.net)',
},
{
id: 'credential',
Expand Down