Skip to content

Commit 3ba2066

Browse files
committed
Fix localizations
1 parent 01482c9 commit 3ba2066

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/localizations/src/en-US.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,11 @@ export const enUS: LocalizationResource = {
523523
headerSubtitle: 'Create a new enterprise application in your Google Workspace',
524524
createAppInstructions: {
525525
title: 'Create a new enterprise application in Google Workspace',
526-
step1: 'Sign in to Google Admin Portal',
527-
step2: 'In the side navigation, under <bold>Apps</bold>, select <bold>Web and mobile apps</bold>',
528-
step3: 'Click on the <bold>Add</bold> app button, and select <bold>Add custom SAML app</bold>',
526+
step1: 'Sign in to Google Admin Portal.',
527+
step2: 'In the side navigation, under <bold>Apps</bold>, select <bold>Web and mobile apps.</bold>',
528+
step3: 'Click on the <bold>Add</bold> app button, and select <bold>Add custom SAML app.</bold>',
529529
step4: 'In the <bold>App details</bold> section, fill out the required <bold>App name</bold>.',
530-
step5: 'Select the <bold>Continue</bold> button',
530+
step5: 'Select the <bold>Continue</bold> button.',
531531
},
532532
},
533533
identityProviderMetadataStep: {
@@ -540,14 +540,14 @@ export const enUS: LocalizationResource = {
540540
},
541541
metadataFile: {
542542
label: 'IdP metadata',
543-
description: 'In your Google Workspace app, download the IdP metadata and upload it below.',
543+
description: 'In your Google Workspace application, download the IdP metadata and upload it below.',
544544
uploadFile: 'Upload file',
545545
replaceFile: 'Replace file',
546546
removeFile: 'Remove file',
547547
fileUploaded: 'File uploaded',
548548
},
549549
manual: {
550-
description: 'In your Google Workspace app, retrieve these values.',
550+
description: 'In your Google Workspace application, retrieve these values.',
551551
signOnUrl: {
552552
label: 'SSO URL',
553553
placeholder: 'Paste URL here...',
@@ -603,12 +603,12 @@ export const enUS: LocalizationResource = {
603603
},
604604
},
605605
configureUserAccess: {
606-
headerSubtitle: 'Enable your Google Workspace SAML workspace',
606+
headerSubtitle: 'Enable your Google Workspace SAML application',
607607
assignUsersInstructions: {
608608
paragraph1:
609609
"Once the configuration is complete in Google, you'll be redirected to the app's overview page.",
610610
step1: 'Open the <bold>User access</bold> section.',
611-
step2: 'Select <bold>ON</bold> for everyone.',
611+
step2: 'Select <bold>ON for everyone.</bold>',
612612
step3: 'Select <bold>Save</bold>.',
613613
paragraph2:
614614
'Google may take up to 24 hours to propagate these changes. The connection will remain inactive until they take effect.',

0 commit comments

Comments
 (0)