Skip to content

Commit

Permalink
Update frontend/components/AddHostsModal/PlatformWrapper/PlatformWrap…
Browse files Browse the repository at this point in the history
…per.tsx


Add "."
  • Loading branch information
jacobshandling authored Jan 9, 2025
1 parent d4c5b70 commit 13735ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ const PlatformWrapper = ({
} else if (packageType === "msi") {
return "Install this package to add hosts to Fleet. For Windows, this generates an MSI package.";
} else if (packageType === "pkg") {
return "Install this package to add hosts to Fleet";
return "Install this package to add hosts to Fleet.";
}
return "";
};
Expand Down

0 comments on commit 13735ce

Please sign in to comment.