Skip to content

Commit

Permalink
sentence case idp form heading
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Dec 13, 2024
1 parent aaf1154 commit 9e1d53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/forms/idp/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export function CreateIdpSideModalForm() {

<FormDivider />

<SideModal.Heading>Identity Provider</SideModal.Heading>
<SideModal.Heading>Identity provider</SideModal.Heading>
{/* TODO: help text */}
<TextField name="idpEntityId" label="Entity ID" required control={form.control} />
<TextField
Expand Down
2 changes: 1 addition & 1 deletion app/forms/idp/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function EditIdpSideModalForm() {

<FormDivider />

<SideModal.Heading>Identity Provider</SideModal.Heading>
<SideModal.Heading>Identity provider</SideModal.Heading>
{/* TODO: help text */}
<TextField
name="idpEntityId"
Expand Down

0 comments on commit 9e1d53c

Please sign in to comment.