Fix old teams name in calendar tooltip (#41301)

For #40912
This commit is contained in:
Luke Heath
2026-03-09 17:42:00 -05:00
committed by GitHub
parent 2dba7c9fdc
commit c7e3363f91
@@ -1125,7 +1125,7 @@ const ManagePolicyPage = ({
} else if (teamIdForApi === API_NO_TEAM_ID) {
disabledCalendarTooltipContent = (
<>
Select a team to manage
Select a fleet to manage
<br />
calendar events.
</>