You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="text-caption"style="font-size: 10px!important;">This metric represents the total number of Copilot seats assigned within the current organization/enterprise.</span>
14
+
<spanclass="text-caption"style="font-size: 10px!important;">This metric represents the total number of Copilot seats assigned {{ isTeamView ? `to team "${currentTeam}"` : 'within the current organization/enterprise' }}.</span>
15
15
</v-card>
16
16
</v-tooltip>
17
17
<divclass="text-caption">
18
-
Currently assigned seats
18
+
{{ isTeamView ? `Seats assigned to team "${currentTeam}"` : 'Currently assigned seats' }}
<spanclass="text-caption"style="font-size: 10px!important;">This metric shows seats that were assigned but never used within the current organization/enterprise. The assigned timestamp is also displayed in the chart.</span>
36
+
<spanclass="text-caption"style="font-size: 10px!important;">This metric shows seats that were assigned but never used {{ isTeamView ? `within team "${currentTeam}"` : 'within the current organization/enterprise' }}. The assigned timestamp is also displayed in the chart.</span>
0 commit comments