mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
cfaa5d522d
commit
db671c239a
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue