diff --git a/changes/16506-page-descriptions b/changes/16506-page-descriptions new file mode 100644 index 0000000000..5bdbd499f0 --- /dev/null +++ b/changes/16506-page-descriptions @@ -0,0 +1 @@ +- Update page description styling diff --git a/frontend/pages/SoftwarePage/SoftwarePage.tsx b/frontend/pages/SoftwarePage/SoftwarePage.tsx index 5ae4946970..828552b09d 100644 --- a/frontend/pages/SoftwarePage/SoftwarePage.tsx +++ b/frontend/pages/SoftwarePage/SoftwarePage.tsx @@ -299,11 +299,9 @@ const SoftwarePage = ({ children, router, location }: ISoftwarePageProps) => { (!isPremiumTier || !isAnyTeamSelected) && "and manage automations for detected vulnerabilities (CVEs)"}{" "} on{" "} - - {isPremiumTier && isAnyTeamSelected - ? "all hosts assigned to this team" - : "all of your hosts"} - + {isPremiumTier && isAnyTeamSelected + ? "all hosts assigned to this team" + : "all of your hosts"} .
); diff --git a/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx b/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx index b0c3e9dc89..43f68a7152 100644 --- a/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx +++ b/frontend/pages/policies/ManagePoliciesPage/ManagePoliciesPage.tsx @@ -738,13 +738,10 @@ const ManagePolicyPage = ({- Add additional policies for all hosts assigned to this team - . -
+Add additional policies for all hosts assigned to this team.
) : (- Add policies for all of your hosts to see which pass your + Add policies for all of your hosts to see which pass your organization’s standards.
)}