@@ -16,7 +16,7 @@ import { SourceFavicon } from '../sources/source-favicon'
1616const VIEWS = {
1717 sources : {
1818 info : {
19- title : 'Top Sources ' ,
19+ title : 'Top sources ' ,
2020 dimension : 'source' ,
2121 endpoint : '/sources' ,
2222 dimensionLabel : 'Source' ,
@@ -33,7 +33,7 @@ const VIEWS = {
3333 } ,
3434 channels : {
3535 info : {
36- title : 'Top Acquisition Channels ' ,
36+ title : 'Top acquisition channels ' ,
3737 dimension : 'channel' ,
3838 endpoint : '/channels' ,
3939 dimensionLabel : 'Channel' ,
@@ -42,46 +42,46 @@ const VIEWS = {
4242 } ,
4343 utm_mediums : {
4444 info : {
45- title : 'Top UTM Mediums ' ,
45+ title : 'Top UTM mediums ' ,
4646 dimension : 'utm_medium' ,
4747 endpoint : '/utm_mediums' ,
48- dimensionLabel : 'UTM Medium ' ,
48+ dimensionLabel : 'UTM medium ' ,
4949 defaultOrder : [ 'visitors' , SortDirection . desc ]
5050 }
5151 } ,
5252 utm_sources : {
5353 info : {
54- title : 'Top UTM Sources ' ,
54+ title : 'Top UTM sources ' ,
5555 dimension : 'utm_source' ,
5656 endpoint : '/utm_sources' ,
57- dimensionLabel : 'UTM Source ' ,
57+ dimensionLabel : 'UTM source ' ,
5858 defaultOrder : [ 'visitors' , SortDirection . desc ]
5959 }
6060 } ,
6161 utm_campaigns : {
6262 info : {
63- title : 'Top UTM Campaigns ' ,
63+ title : 'Top UTM campaigns ' ,
6464 dimension : 'utm_campaign' ,
6565 endpoint : '/utm_campaigns' ,
66- dimensionLabel : 'UTM Campaign ' ,
66+ dimensionLabel : 'UTM campaign ' ,
6767 defaultOrder : [ 'visitors' , SortDirection . desc ]
6868 }
6969 } ,
7070 utm_contents : {
7171 info : {
72- title : 'Top UTM Contents ' ,
72+ title : 'Top UTM contents ' ,
7373 dimension : 'utm_content' ,
7474 endpoint : '/utm_contents' ,
75- dimensionLabel : 'UTM Content ' ,
75+ dimensionLabel : 'UTM content ' ,
7676 defaultOrder : [ 'visitors' , SortDirection . desc ]
7777 }
7878 } ,
7979 utm_terms : {
8080 info : {
81- title : 'Top UTM Terms ' ,
81+ title : 'Top UTM terms ' ,
8282 dimension : 'utm_term' ,
8383 endpoint : '/utm_terms' ,
84- dimensionLabel : 'UTM Term ' ,
84+ dimensionLabel : 'UTM term ' ,
8585 defaultOrder : [ 'visitors' , SortDirection . desc ]
8686 }
8787 }
0 commit comments