Update activities-per-user-block.vue
spelling fix of variable
This commit is contained in:
parent
cdab34fc72
commit
c4c5c8c059
|
@ -117,7 +117,7 @@ export default {
|
|||
}
|
||||
},
|
||||
title: {
|
||||
text: this.$i18n.get('label_activitiy_per_user')
|
||||
text: this.$i18n.get('label_activity_per_user')
|
||||
},
|
||||
labels: activityPerUserLabels,
|
||||
yaxis: {
|
||||
|
@ -165,4 +165,4 @@ export default {
|
|||
margin: 0.75rem !important;
|
||||
overflow-y: auto;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue