Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
chore: clarify confirmation dialog message (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfryan committed Nov 16, 2023
1 parent b08964d commit b3b62f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function DeleteSyncConfig({ syncConfigId, onDelete }: DeleteSyncConfigPro
<Typography fontWeight="bold" display="inline">
{`Sync Config ${syncConfigId}`}
</Typography>
? This will delete all existing syncs that use this Sync Config.
? This will delete syncs for all existing customers that use this Sync Config.
</Typography>
}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ function SyncConfigDetailsPanelImpl({ syncConfigId }: SyncConfigDetailsPanelImpl
confirmColor="error"
content={
<Typography>
Are you sure you want to update this Sync Config? This will delete{' '}
Are you sure you want to update this Sync Config? This will delete syncs for{' '}
<Typography fontWeight="bold" display="inline">
{numSyncsToBeDeleted}
</Typography>{' '}
existing syncs.
customers.
</Typography>
}
/>
Expand Down

0 comments on commit b3b62f0

Please sign in to comment.