Skip to content

Commit 13c1405

Browse files
committed
Tweak "People Reached" Label
1 parent 91cbef3 commit 13c1405

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/statistics/StatsOverviewScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const StatsOverviewScreen: React.FunctionComponent<IStatsPageProps> = (
103103
>
104104
<FormattedMessage
105105
id="stats.people.reached"
106-
defaultMessage="People Reached"
106+
defaultMessage="People Reached Digitally"
107107
/>
108108
</StatsCard>
109109
<StatsCard

src/localization/Stats Strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"message": "Comprehension Questions"
153153
},
154154
"stats.people.reached": {
155-
"message": "People Reached",
155+
"message": "People Reached Digitally",
156156
"description": "A header for a card showing statistics on how many people have been reached with these books"
157157
},
158158
"stats.people.reached.info": {

0 commit comments

Comments
 (0)