Skip to content

Commit

Permalink
Merge pull request #660 from nih-sparc/metrics-changes
Browse files Browse the repository at this point in the history
Updated metrics text
  • Loading branch information
benrogboe committed Apr 7, 2023
2 parents 5af547a + 68db4cc commit 99bb7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Metrics/UserBehaviors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="row">
<div class="col">
<div class="col-header heading2 mb-0">
Total Downloads: <span class="col-data">{{ totalDownloadsLastMonth }}</span> <span class="body1">({{ totalDownloadsLastQuarter }} last 3 months)</span>
Total Downloads: <span class="col-data">{{ totalDownloadsLastMonth }}</span> <span class="body1">({{ totalDownloadsLastQuarter }} last quarter)</span>
</div>
</div>
<div class="col">
Expand Down Expand Up @@ -70,7 +70,7 @@ export default {
data: behaviors.pageViewsData.lastMonth
},
{
label: 'Last 3 Months',
label: 'Last Quarter',
backgroundColor: [
'rgba(188, 0, 252, .25)',
'rgba(188, 0, 252, .25)',
Expand All @@ -97,7 +97,7 @@ export default {
data: behaviors.usersData.lastMonth
},
{
label: 'Last 3 Months',
label: 'Last Quarter',
backgroundColor: [
'rgba(188, 0, 252, .25)',
'rgba(188, 0, 252, .25)',
Expand Down

0 comments on commit 99bb7f8

Please sign in to comment.