From d55d18a8e05fc97e5e6449e80795ca7bbf573f14 Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Wed, 5 Feb 2020 09:00:44 -0500 Subject: [PATCH] Update text --- src/views/download/download.jsx | 2 +- src/views/download/l10n.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/download/download.jsx b/src/views/download/download.jsx index ddc6dcad6..f868705c2 100644 --- a/src/views/download/download.jsx +++ b/src/views/download/download.jsx @@ -251,7 +251,7 @@ class Download extends React.Component { {isFromGooglePlay(this.state.OS) && (

)} diff --git a/src/views/download/l10n.json b/src/views/download/l10n.json index e42fc0879..73118a67c 100644 --- a/src/views/download/l10n.json +++ b/src/views/download/l10n.json @@ -37,8 +37,8 @@ "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.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.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.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 in the downloaded app.", "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.canIShareApp": "Can I share to the online community from the Scratch app for {operatingsystem}?",