@@ -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