Skip to content

Commit

Permalink
To add a space to the text
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Apr 30, 2024
1 parent e623714 commit 78a9aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/web/components/CompareIdentities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ const CompareIdentities: FC<CompareIdentitiesType> = ({
return openConfirm({
body: (
<div>
{'This will copy any identity overrides from '}{' '}
<strong>{leftIdentityName}</strong> {'to'}
{'This will copy any Identity overrides from '}{' '}
<strong>{leftIdentityName}</strong> {'to '}
<strong>{`${rightIdentityName}.`}</strong>{' '}
{'Any existing identity overrides on '}
{'Any existing Identity overrides on '}
<strong>{`${rightIdentityName}`}</strong> {'will be lost.'}
<br />
{'The Multivariate values will not be cloned.'}
Expand Down

0 comments on commit 78a9aa1

Please sign in to comment.