mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
changed string id to correct one
This commit is contained in:
parent
ba519e7a0f
commit
e3cd4e0628
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