From 68db4cc6b1cf070bf3660016b55de64b37f1d9d7 Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Thu, 6 Apr 2023 21:32:15 -0400 Subject: [PATCH] changed text --- components/Metrics/UserBehaviors.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Metrics/UserBehaviors.vue b/components/Metrics/UserBehaviors.vue index afb77137..bbd6a0f5 100644 --- a/components/Metrics/UserBehaviors.vue +++ b/components/Metrics/UserBehaviors.vue @@ -19,7 +19,7 @@
- Total Downloads: {{ totalDownloadsLastMonth }} ({{ totalDownloadsLastQuarter }} last 3 months) + Total Downloads: {{ totalDownloadsLastMonth }} ({{ totalDownloadsLastQuarter }} last quarter)
@@ -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)', @@ -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)',