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:
Mike McNeil 2025-11-03 06:29:03 -06:00 committed by GitHub
parent a042bfd5aa
commit 509794e6a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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