diff --git a/frontend/pages/SoftwarePage/SoftwarePage.tsx b/frontend/pages/SoftwarePage/SoftwarePage.tsx
index 3e9c2b12c4..e2e057911f 100644
--- a/frontend/pages/SoftwarePage/SoftwarePage.tsx
+++ b/frontend/pages/SoftwarePage/SoftwarePage.tsx
@@ -394,7 +394,7 @@ const SoftwarePage = ({ children, router, location }: ISoftwarePageProps) => {
underline={false}
tipContent={
- To manage automations select “All teams”.
+ Select “All teams” to manage automations.
}
disableTooltip={isAllTeamsSelected}
@@ -412,9 +412,25 @@ const SoftwarePage = ({ children, router, location }: ISoftwarePageProps) => {
)}
{canAddSoftware && (
-
+
+ Select a team to add software.
+
+ }
+ disableTooltip={!isAllTeamsSelected}
+ position="top"
+ showArrow
+ >
+
+
)}
);