Skip to content

Commit

Permalink
fix: change copy for corppass
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Aug 7, 2024
1 parent 2968c05 commit b9666ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const SubmitterIdCollectionInfoText = ({
case FormAuthType.CP:
return (
<Text>
Your Singpass login ID and corporate Entity login ID{' '}
Your Singpass and Corppass login ID{' '}
<Text as="b">will be included</Text> with your form submission.
</Text>
)
Expand All @@ -46,7 +46,7 @@ const SubmitterIdCollectionInfoText = ({
case FormAuthType.CP:
return (
<Text>
Your Singpass login ID and Corporate Entity login ID will{' '}
Your Singpass and Corppass login ID will{' '}
<Text as="b">not be included</Text> with your form submission.
</Text>
)
Expand Down

0 comments on commit b9666ef

Please sign in to comment.