mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix capitalization: Update RegistrationPage.tsx (#34781)
https://fleetdm.com/handbook/company/why-this-way#why-does-fleet-use-sentence-case
This commit is contained in:
parent
a042bfd5aa
commit
509794e6a6
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ const RegistrationPage = ({ router }: IRegistrationPageProps) => {
|
|||
1: "Set up user",
|
||||
2: "Organization details",
|
||||
3: "Set Fleet URL",
|
||||
4: "Confirm Configuration",
|
||||
4: "Confirm configuration",
|
||||
};
|
||||
const header = REGISTRATION_HEADERS[page];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue