Skip to content

Commit 9e1d53c

Browse files
committed
sentence case idp form heading
1 parent aaf1154 commit 9e1d53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/forms/idp/create.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export function CreateIdpSideModalForm() {
232232

233233
<FormDivider />
234234

235-
<SideModal.Heading>Identity Provider</SideModal.Heading>
235+
<SideModal.Heading>Identity provider</SideModal.Heading>
236236
{/* TODO: help text */}
237237
<TextField name="idpEntityId" label="Entity ID" required control={form.control} />
238238
<TextField

app/forms/idp/edit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function EditIdpSideModalForm() {
113113

114114
<FormDivider />
115115

116-
<SideModal.Heading>Identity Provider</SideModal.Heading>
116+
<SideModal.Heading>Identity provider</SideModal.Heading>
117117
{/* TODO: help text */}
118118
<TextField
119119
name="idpEntityId"

0 commit comments

Comments
 (0)