mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Update text
This commit is contained in:
parent
4fd69c526a
commit
d55d18a8e0
2 changed files with 3 additions and 3 deletions
|
@ -251,7 +251,7 @@ class Download extends React.Component {
|
||||||
{isFromGooglePlay(this.state.OS) && (
|
{isFromGooglePlay(this.state.OS) && (
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="download.howUpdateAppAnswerApp"
|
id="download.howUpdateAppAnswerPlayStore"
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
"download.onPhone": "Can I install Scratch on my Android phone?",
|
"download.onPhone": "Can I install Scratch on my Android phone?",
|
||||||
"download.onPhoneAnswer" : "No. The current version of Scratch for Android only works on tablets.",
|
"download.onPhoneAnswer" : "No. The current version of Scratch for Android only works on tablets.",
|
||||||
"download.howUpdateApp" : "How do I update the Scratch app?",
|
"download.howUpdateApp" : "How do I update the Scratch app?",
|
||||||
"download.howUpdateAppAnswerApp" : "Open the Google Play store and check for updates. If your installation is managed by school administrators, they will need to update the version and make the update available to managed devices.",
|
"download.howUpdateAppAnswerPlayStore" : "Open the Google Play store and check for updates. If your installation is managed by school administrators, they will need to update the version and make the update available to managed devices.",
|
||||||
"download.howUpdateAppAnswerDownload" : "To update Scratch for {operatingsystem} from this page, download the latest version and install. To check which version you have, click the Scratch logo.",
|
"download.howUpdateAppAnswerDownload" : "To update Scratch for {operatingsystem} from this page, download the latest version and install. To check which version you have, click the Scratch logo in the downloaded app.",
|
||||||
"download.canIShare": "Can I share from Scratch Desktop?",
|
"download.canIShare": "Can I share from Scratch Desktop?",
|
||||||
"download.canIShareAnswer": "This isn’t supported currently. For now, you can save a project from Scratch Desktop, upload it to your Scratch account, and share it there. In a later version we will add the ability to upload to your Scratch account directly in Scratch Desktop.",
|
"download.canIShareAnswer": "This isn’t supported currently. For now, you can save a project from Scratch Desktop, upload it to your Scratch account, and share it there. In a later version we will add the ability to upload to your Scratch account directly in Scratch Desktop.",
|
||||||
"download.canIShareApp": "Can I share to the online community from the Scratch app for {operatingsystem}?",
|
"download.canIShareApp": "Can I share to the online community from the Scratch app for {operatingsystem}?",
|
||||||
|
|
Loading…
Reference in a new issue