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>
|
||||
|
||||
<StyledCaption>
|
||||
<span>Seats used in the last 30 days</span>
|
||||
<span>Seats used over the last 30 days</span>
|
||||
<OpenSidebarButton />
|
||||
</StyledCaption>
|
||||
</Figure>
|
||||
|
@ -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,
|
||||
|
@ -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'>
|
||||
|
Loading…
Reference in New Issue
Block a user