diff --git a/docs/01-Using-Fleet/02-fleetctl-CLI.md b/docs/01-Using-Fleet/02-fleetctl-CLI.md index d1132a161a..6399087c00 100644 --- a/docs/01-Using-Fleet/02-fleetctl-CLI.md +++ b/docs/01-Using-Fleet/02-fleetctl-CLI.md @@ -130,7 +130,7 @@ Once your local context is configured, you can use the above `fleetctl` normally Users that authenticate to Fleet via SSO should retrieve their API token from the UI and set it manually in their `fleetctl` configuration (instead of logging in via `fleetctl login`). -1. Go to the "My account" page in Fleet (https://fleet.corp.example.com/profile). Click the "Get API Token" button to bring up a modal with the API token. +1. Go to the "My account" page in Fleet (https://fleet.corp.example.com/profile). Click the "Get API token" button to bring up a modal with the API token. 2. Set the API token in the `~/.fleet/config` file. The file should look like the following: diff --git a/frontend/pages/Homepage/cards/MDM/MDM.tsx b/frontend/pages/Homepage/cards/MDM/MDM.tsx index 0b23775aff..c3bab367db 100644 --- a/frontend/pages/Homepage/cards/MDM/MDM.tsx +++ b/frontend/pages/Homepage/cards/MDM/MDM.tsx @@ -28,7 +28,7 @@ const EmptyMDM = (): JSX.Element => (

To see MDM versions, deploy  diff --git a/frontend/pages/Homepage/cards/Munki/Munki.tsx b/frontend/pages/Homepage/cards/Munki/Munki.tsx index d9cc3f9683..4d187bdf32 100644 --- a/frontend/pages/Homepage/cards/Munki/Munki.tsx +++ b/frontend/pages/Homepage/cards/Munki/Munki.tsx @@ -28,7 +28,7 @@ const EmptyMunki = (): JSX.Element => (

To see Munki versions, deploy  diff --git a/frontend/pages/Homepage/cards/Software/Software.tsx b/frontend/pages/Homepage/cards/Software/Software.tsx index 0d1cbeeb7c..e573f38eaa 100644 --- a/frontend/pages/Homepage/cards/Software/Software.tsx +++ b/frontend/pages/Homepage/cards/Software/Software.tsx @@ -39,7 +39,7 @@ const EmptySoftware = (message: string): JSX.Element => {

Expecting to see software? Check out the Fleet documentation on{" "} diff --git a/frontend/pages/UserSettingsPage/UserSettingsPage.jsx b/frontend/pages/UserSettingsPage/UserSettingsPage.jsx index 8db63cda0f..45f59c534e 100644 --- a/frontend/pages/UserSettingsPage/UserSettingsPage.jsx +++ b/frontend/pages/UserSettingsPage/UserSettingsPage.jsx @@ -278,7 +278,7 @@ export class UserSettingsPage extends Component { return (

- Your API Token: + Your API token: {availablePolicies && availablePolicies.length > 0 ? (

-

Choose which policy you would like to listen to:

+

Choose which policies you would like to listen to:

{policyItems && policyItems.map((policyItem) => { const { isChecked, name, id } = policyItem;