This repository was archived by the owner on Aug 15, 2023. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const CreatorAnalyticsPage: React.FC<CreatorAnalyticsPageProps> = ({
100
100
</ Grid >
101
101
< Grid item sm = { 12 } >
102
102
< StatsCard
103
- header = { t ( 'analytics:total_metadata ' ) }
103
+ header = { t ( 'analytics:total_contributions ' ) }
104
104
count = { stats . totalContributions }
105
105
color = { theme . palette . primary . main }
106
106
/>
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ const resources: CustomTypeOptions['resources'] = {
133
133
recommendations_title : 'Recommendations Analyzed' ,
134
134
recommendations_for_other_channels : 'From other channels' ,
135
135
total_recommendations : 'Total recommendations' ,
136
- total_metadata : 'Total metadata ' ,
136
+ total_contributions : 'Total Contributions ' ,
137
137
notifications_title : 'Notifications' ,
138
138
top_n_cc_related_to_your_channel :
139
139
'Most recommended channels on your videos:' ,
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ declare module 'react-i18next' {
114
114
recommendations_title : string ;
115
115
recommendations_for_other_channels : string ;
116
116
total_recommendations : string ;
117
- total_metadata : string ;
117
+ total_contributions : string ;
118
118
notifications_title : string ;
119
119
top_n_cc_related_to_your_channel : string ;
120
120
advertising_connected_to_your_videos_title : string ;
@@ -170,7 +170,7 @@ declare module 'react-i18next' {
170
170
swagger : {
171
171
title : string ;
172
172
description : string ;
173
- }
173
+ } ;
174
174
} ;
175
175
}
176
176
}
You can’t perform that action at this time.
0 commit comments