Skip to content

Commit

Permalink
1-3163: align copy to seats used and change in -> over (#8889)
Browse files Browse the repository at this point in the history
Changes "licensed users" to "seats used" as requested. Also slightly
adjusts the copy a few other places.
  • Loading branch information
thomasheartman authored Nov 29, 2024
1 parent b6d4a5f commit 39bf8f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const LicensedUsersBox = () => {
</TopRow>

<StyledCaption>
<span>Seats used in the last 30 days</span>
<span>Seats used over the last 30 days</span>
<OpenSidebarButton />
</StyledCaption>
</Figure>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const LicensedUsersChart: FC<ILicensedUsersChartProps> = ({
const data = {
datasets: [
{
label: 'Licensed users',
label: 'Seats used',
data: licensedUsers,
borderColor: theme.palette.primary.main,
backgroundColor: theme.palette.primary.main,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const LicensedUsersSidebar = ({
{data.seatCount}
</Typography>
<Typography variant='body2'>
Used seats last 30 days
Seats used over the last 30 days
</Typography>
</LicenceBox>
<Alert severity='info'>
Expand Down

0 comments on commit 39bf8f6

Please sign in to comment.