Skip to content

Commit 2ff9888

Browse files
committed
Add changeset
1 parent 02564dc commit 2ff9888

2 files changed

Lines changed: 8 additions & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ export const enUS: LocalizationResource = {
470470
attributeName: 'Attribute Name',
471471
},
472472
rows: {
473-
email: { userProfile: 'Email address', attributeName: 'email' },
473+
email: { userProfile: 'Primary email', attributeName: 'email' },
474474
firstName: { userProfile: 'First name', attributeName: 'firstName' },
475475
lastName: { userProfile: 'Last name', attributeName: 'lastName' },
476476
},

0 commit comments

Comments
 (0)