From dbde8e2e2b162b67032e14470e19425fd68b7c20 Mon Sep 17 00:00:00 2001 From: William Theaker Date: Thu, 7 Aug 2025 20:09:42 -0400 Subject: [PATCH] Minor custom package wording change (#31717) > Currently, shell scripts are supported. this sounds to me like shell scripts might not be supported in the future. --- .../forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx b/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx index 94074c1d7f..d028f82621 100644 --- a/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx +++ b/frontend/pages/SoftwarePage/components/forms/PackageAdvancedOptions/PackageAdvancedOptions.tsx @@ -90,7 +90,7 @@ const getUninstallScriptTooltip = (pkgType: PackageType) => { const getUninstallHelpText = (pkgType: PackageType) => { if (isFleetMaintainedPackageType(pkgType)) { - return "Currently, shell scripts are supported."; + return "Currently, only shell scripts are supported."; } if (pkgType === "exe") { @@ -112,7 +112,7 @@ const getUninstallHelpText = (pkgType: PackageType) => { if (pkgType === "tar.gz") { return ( <> - Currently, shell scripts are supported.{" "} + Currently, only shell scripts are supported.{" "}