Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit f584c7b

Browse files
committedFeb 3, 2022
fix(ycai): total contributions label reword
1 parent 6dea88d commit f584c7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎YCAI/src/components/dashboard/community/AnalyticsPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const CreatorAnalyticsPage: React.FC<CreatorAnalyticsPageProps> = ({
100100
</Grid>
101101
<Grid item sm={12}>
102102
<StatsCard
103-
header={t('analytics:total_metadata')}
103+
header={t('analytics:total_contributions')}
104104
count={stats.totalContributions}
105105
color={theme.palette.primary.main}
106106
/>

‎YCAI/src/i18n/en-US.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const resources: CustomTypeOptions['resources'] = {
133133
recommendations_title: 'Recommendations Analyzed',
134134
recommendations_for_other_channels: 'From other channels',
135135
total_recommendations: 'Total recommendations',
136-
total_metadata: 'Total metadata',
136+
total_contributions: 'Total Contributions',
137137
notifications_title: 'Notifications',
138138
top_n_cc_related_to_your_channel:
139139
'Most recommended channels on your videos:',

‎YCAI/typings/react-i18next/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ declare module 'react-i18next' {
114114
recommendations_title: string;
115115
recommendations_for_other_channels: string;
116116
total_recommendations: string;
117-
total_metadata: string;
117+
total_contributions: string;
118118
notifications_title: string;
119119
top_n_cc_related_to_your_channel: string;
120120
advertising_connected_to_your_videos_title: string;
@@ -170,7 +170,7 @@ declare module 'react-i18next' {
170170
swagger: {
171171
title: string;
172172
description: string;
173-
}
173+
};
174174
};
175175
}
176176
}

0 commit comments

Comments
 (0)
This repository has been archived.