Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CustomDimensions/vue/src/List/List.vue')
-rw-r--r--plugins/CustomDimensions/vue/src/List/List.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/CustomDimensions/vue/src/List/List.vue b/plugins/CustomDimensions/vue/src/List/List.vue
index b41aed48e2..78ea09e7ee 100644
--- a/plugins/CustomDimensions/vue/src/List/List.vue
+++ b/plugins/CustomDimensions/vue/src/List/List.vue
@@ -23,7 +23,9 @@
v-for="scope in availableScopes"
:key="scope.value"
>
- <ContentBlock :content-title="`${scope.name} Dimensions`">
+ <ContentBlock
+ :content-title="translate(`CustomDimensions_ScopeTitle${ucfirst(scope.value)}`)"
+ >
<p>
{{ translate(`CustomDimensions_ScopeDescription${ucfirst(scope.value)}`) }}
{{ translate(`CustomDimensions_ScopeDescription${ucfirst(scope.value)}MoreInfo`) }}