mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-17 19:12:40 -05:00
Merge pull request #6748 from seotts/fix-placeholder
Change placeholder name in AR string
This commit is contained in:
commit
c641430fe3
2 changed files with 2 additions and 2 deletions
|
@ -574,7 +574,7 @@ class AnnualReport extends React.Component {
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="annualReport.2021.reachScratchAroundTheWorld"
|
id="annualReport.2021.reachScratchAroundTheWorld"
|
||||||
values={{
|
values={{
|
||||||
bold: (
|
numberOfCountries: (
|
||||||
<b>
|
<b>
|
||||||
<FormattedMessage id="annualReport.2021.reachScratchAroundTheWorldBold" />
|
<FormattedMessage id="annualReport.2021.reachScratchAroundTheWorldBold" />
|
||||||
</b>
|
</b>
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"annualReport.2021.reachNewUsers": "New Users",
|
"annualReport.2021.reachNewUsers": "New Users",
|
||||||
"annualReport.2021.reachProjectsCreated": "Projects Created",
|
"annualReport.2021.reachProjectsCreated": "Projects Created",
|
||||||
"annualReport.2021.reachProjectCreators": "People Creating Projects",
|
"annualReport.2021.reachProjectCreators": "People Creating Projects",
|
||||||
"annualReport.2021.reachScratchAroundTheWorld": "Scratch is used around the world across {bold}",
|
"annualReport.2021.reachScratchAroundTheWorld": "Scratch is used around the world across {numberOfCountries}",
|
||||||
"annualReport.2021.reachScratchAroundTheWorldBold": "more than 200 countries and territories",
|
"annualReport.2021.reachScratchAroundTheWorldBold": "more than 200 countries and territories",
|
||||||
"annualReport.2021.reachSaudiArabiaTitle": "Saudi Arabia",
|
"annualReport.2021.reachSaudiArabiaTitle": "Saudi Arabia",
|
||||||
"annualReport.2021.reachSaudiArabiaDescription": "We saw tremendous growth around the world in 2021, but we were amazed to see the growth in Saudi Arabia, where we saw twice as many new users as the year before.",
|
"annualReport.2021.reachSaudiArabiaDescription": "We saw tremendous growth around the world in 2021, but we were amazed to see the growth in Saudi Arabia, where we saw twice as many new users as the year before.",
|
||||||
|
|
Loading…
Reference in a new issue