Update activities-per-user-block.vue

spelling fix of variable
This commit is contained in:
Adrian 2021-11-07 12:27:09 +02:00 committed by GitHub
parent cdab34fc72
commit c4c5c8c059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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