Skip to content

Commit 8c97f7e

Browse files
committed
Wire up different copy per provider
1 parent f65398d commit 8c97f7e

3 files changed

Lines changed: 245 additions & 157 deletions

File tree

packages/localizations/src/en-US.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ export const enUS: LocalizationResource = {
472472
headerSubtitle:
473473
'Register Clerk as a service provider in your IdP, then add your identity provider configuration.',
474474
title: 'Create a SAML application on your identity provider',
475+
subtitle:
476+
'In your identity provider’s admin dashboard, create a new SAML 2.0 application and use the following service provider details:',
475477
},
476478
configureAttributes: {
477479
headerSubtitle: 'Map user attributes from your identity provider to Clerk.',

packages/shared/src/types/localization.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,7 @@ export type __internal_LocalizationResource = {
15241524
createApp: {
15251525
headerSubtitle: LocalizationValue;
15261526
title: LocalizationValue;
1527+
subtitle: LocalizationValue;
15271528
};
15281529
configureAttributes: {
15291530
headerSubtitle: LocalizationValue;

0 commit comments

Comments
 (0)