1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

1-3163: align copy to seats used and change in -> over (#8889)

Changes "licensed users" to "seats used" as requested. Also slightly
adjusts the copy a few other places.
This commit is contained in:
Thomas Heartman 2024-11-29 10:46:31 +01:00 committed by GitHub
parent b6d4a5f9bc
commit 39bf8f6068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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,

View File

@ -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'>