UI tweak: "macOS Setup Assistant" (#35782)

- Setup Assistant is a proper noun:
https://support.apple.com/guide/deployment/manage-setup-assistant-depdeff4a547/web
- Add "macOS" to clarify this is macOS only
This commit is contained in:
Noah Talerman 2025-11-17 18:12:41 -05:00 committed by GitHub
parent cfaa5d522d
commit db671c239a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ const SETUP_EXPERIENCE_NAV_ITEMS: ISideNavItem<ISetupExperienceCardProps>[] = [
Card: RunScript,
},
{
title: "5. Setup assistant",
title: "5. macOS Setup Assistant",
urlSection: "setup-assistant",
path: PATHS.CONTROLS_SETUP_ASSISTANT,
Card: SetupAssistant,

View file

@ -143,7 +143,7 @@ const SetupAssistant = ({
return (
<section className={baseClass}>
<SectionHeader
title="Setup assistant"
title="macOS Setup Assistant"
details={
<CustomLink
url="https://fleetdm.com/learn-more-about/setup-assistant"