Skip to content

Commit 20a9405

Browse files
Change text Activity to Contributions in Partners Stats page
- Related to hotosm#6709
1 parent 8c384d5 commit 20a9405

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/components/partners/leaderboard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const Leaderboard = ({ partner, partnerStats }) => {
2727
{/* activity section */}
2828
<div className="w-100 fl cf">
2929
<h3 className="f2 fw6 ttu barlow-condensed blue-dark mt0 pt2 mb3">
30-
<FormattedMessage {...messages.activity} />
30+
<FormattedMessage {...messages.contributions} />
3131
</h3>
3232
<Activity partner={partner} />
3333
</div>

frontend/src/views/messages.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ export default defineMessages({
132132
id: 'management.partner.currentProjects',
133133
defaultMessage: 'Current Projects',
134134
},
135-
activity: {
136-
id: 'management.partner.activity',
137-
defaultMessage: 'Activity',
135+
contributions: {
136+
id: 'management.partner.contributions',
137+
defaultMessage: 'Contributions',
138138
},
139139
resources: {
140140
id: 'management.partner.resources',

0 commit comments

Comments
 (0)