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:
parent
b6d4a5f9bc
commit
39bf8f6068
@ -84,7 +84,7 @@ export const LicensedUsersBox = () => {
|
|||||||
</TopRow>
|
</TopRow>
|
||||||
|
|
||||||
<StyledCaption>
|
<StyledCaption>
|
||||||
<span>Seats used in the last 30 days</span>
|
<span>Seats used over the last 30 days</span>
|
||||||
<OpenSidebarButton />
|
<OpenSidebarButton />
|
||||||
</StyledCaption>
|
</StyledCaption>
|
||||||
</Figure>
|
</Figure>
|
||||||
|
@ -16,7 +16,7 @@ export const LicensedUsersChart: FC<ILicensedUsersChartProps> = ({
|
|||||||
const data = {
|
const data = {
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: 'Licensed users',
|
label: 'Seats used',
|
||||||
data: licensedUsers,
|
data: licensedUsers,
|
||||||
borderColor: theme.palette.primary.main,
|
borderColor: theme.palette.primary.main,
|
||||||
backgroundColor: theme.palette.primary.main,
|
backgroundColor: theme.palette.primary.main,
|
||||||
|
@ -102,7 +102,7 @@ export const LicensedUsersSidebar = ({
|
|||||||
{data.seatCount}
|
{data.seatCount}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant='body2'>
|
<Typography variant='body2'>
|
||||||
Used seats last 30 days
|
Seats used over the last 30 days
|
||||||
</Typography>
|
</Typography>
|
||||||
</LicenceBox>
|
</LicenceBox>
|
||||||
<Alert severity='info'>
|
<Alert severity='info'>
|
||||||
|
Loading…
Reference in New Issue
Block a user