Skip to content

Commit 7f84287

Browse files
committed
chore(ui): drop trailing periods from SSO step descriptions
Removes the trailing period from the description text in the SelectProvider and VerifyDomain wizard steps for consistency.
1 parent 3362d6a commit 7f84287

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/components/ConfigureSSO/steps/SelectProviderStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const SelectProviderStep = (): JSX.Element => {
1414
>
1515
<Step.Header
1616
title='Select provider'
17-
description='Select the provider you are going to setup SSO for.'
17+
description='Select the provider you are going to setup SSO for'
1818
/>
1919

2020
<Step.Body>

packages/ui/src/components/ConfigureSSO/steps/VerifyDomainStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const VerifyDomainStep = (): JSX.Element => {
1818
<Wizard>
1919
<Step.Header
2020
title='Verify your email address'
21-
description='Verify the domain to configure your enterprise connection.'
21+
description='Verify the domain to configure your enterprise connection'
2222
>
2323
<InnerStepCounter />
2424
</Step.Header>

0 commit comments

Comments
 (0)