mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-01 07:45:36 -05:00
Merge pull request #3319 from benjiwheeler/add-missing-string
Add missing string
This commit is contained in:
commit
e7c7b81264
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Ideas extends React.Component {
|
||||||
>
|
>
|
||||||
<Button className="ideas-button">
|
<Button className="ideas-button">
|
||||||
<img src="/images/ideas/download-icon.svg" />
|
<img src="/images/ideas/download-icon.svg" />
|
||||||
<FormattedMessage id="ideas.downloadPDF" />
|
<FormattedMessage id="general.downloadPDF" />
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue