Skip to content

Commit 443acc7

Browse files
committed
Add changeset
1 parent 02564dc commit 443acc7

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

.changeset/brown-singers-fall.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/localizations': patch
3+
'@clerk/shared': patch
4+
'@clerk/ui': patch
5+
---
6+
7+
Layer architecture for configure steps per IdP and protocol on `<ConfigureSSO />`

packages/localizations/src/en-US.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,11 @@ export const enUS: LocalizationResource = {
398398
},
399399
},
400400
assignUsersStep: {
401-
headerSubtitle: 'Assign users to the enterprise app',
401+
headerSubtitle: 'Assign users to the enterprise application',
402402
assignUsersInstructions: {
403403
title: 'Assign selected user or group in Okta',
404-
paragraph: 'You need to assign users or groups to your enterprise app before they can use it to sign in.',
404+
paragraph:
405+
'You need to assign users or groups to your enterprise application before they can use it to sign in.',
405406
step1: 'In the Okta dashboard, select the <bold>Assignments</bold> tab.',
406407
step2:
407408
'Select the <bold>Assign</bold> dropdown. You can either select <bold>Assign to people</bold> or <bold>Assign to groups</bold>.',
@@ -470,16 +471,17 @@ export const enUS: LocalizationResource = {
470471
attributeName: 'Attribute Name',
471472
},
472473
rows: {
473-
email: { userProfile: 'Email address', attributeName: 'email' },
474+
email: { userProfile: 'Primary email', attributeName: 'email' },
474475
firstName: { userProfile: 'First name', attributeName: 'firstName' },
475476
lastName: { userProfile: 'Last name', attributeName: 'lastName' },
476477
},
477478
},
478479
},
479480
assignUsersStep: {
480-
headerSubtitle: 'Assign users to the enterprise app',
481+
headerSubtitle: 'Assign users to the enterprise application',
481482
title: 'Assign selected user or group',
482-
paragraph: 'You need to assign users or groups to your enterprise app before they can use it to sign in.',
483+
paragraph:
484+
'You need to assign users or groups to your enterprise application before they can use it to sign in.',
483485
},
484486
identityProviderMetadataStep: {
485487
headerSubtitle: 'Configure identity provider metadata',
@@ -492,10 +494,10 @@ export const enUS: LocalizationResource = {
492494
metadataUrl: {
493495
label: 'Metadata URL',
494496
placeholder: 'Paste URL here...',
495-
description: 'In your enterprise app, retrieve the metadata URL. Paste it below.',
497+
description: 'In your enterprise application, retrieve the metadata URL. Paste it below.',
496498
},
497499
manual: {
498-
description: 'In your SAML app, retrieve these values.',
500+
description: 'In your SAML application, retrieve these values.',
499501
signOnUrl: {
500502
label: 'Single Sign-On URL',
501503
placeholder: 'Paste URL here...',

0 commit comments

Comments
 (0)