We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07de9cb commit f82c2a4Copy full SHA for f82c2a4
frontend/components/AddHostsModal/PlatformWrapper/PlatformWrapper.tsx
@@ -254,7 +254,7 @@ const PlatformWrapper = ({
254
<>
255
{packageType !== "plain-osquery" && (
256
<span className={`${baseClass}__cta`}>
257
- Run this command to generate an install package with the updated{" "}
+ Run this command with the{" "}
258
<a
259
className={`${baseClass}__command-line-tool`}
260
href="https://fleetdm.com/learn-more-about/installing-fleetctl"
@@ -263,7 +263,7 @@ const PlatformWrapper = ({
263
>
264
Fleet command-line tool
265
</a>{" "}
266
- installed:
+ installed to generate an install package:
267
</span>
268
)}{" "}
269
<span className="buttons">
0 commit comments