diff --git a/src/components/install-scratch/install-scratch.jsx b/src/components/install-scratch/install-scratch.jsx
index 823e4f2e4..46b8aae0b 100644
--- a/src/components/install-scratch/install-scratch.jsx
+++ b/src/components/install-scratch/install-scratch.jsx
@@ -114,7 +114,7 @@ const InstallScratch = ({
                         <span className="step-description">
                             {currentOS === OS_ENUM.WINDOWS ?
                                 <FormattedMessage id="download.winMoveToApplications" /> :
-                                <FormattedMessage id="download.macMoveToApplications" />
+                                <FormattedMessage id="download.macMoveAppToApplications" />
                             }
                         </span>
 
diff --git a/src/views/download/l10n.json b/src/views/download/l10n.json
index ba6745f33..a4fb9f6bc 100644
--- a/src/views/download/l10n.json
+++ b/src/views/download/l10n.json
@@ -18,6 +18,7 @@
   "download.scratch2Desktop" : "Scratch 2.0 Offline Editor",
   "download.cannotAccessMacStore" : "What if I can't access the Mac App Store?",
   "download.cannotAccessWindowsStore" : "What if I can't access the Microsoft Store?",
+  "download.macMoveAppToApplications": "Open the .dmg file. Move Scratch into Applications.",
   "download.macMoveToApplications" :  "Open the .dmg file. Move Scratch Desktop into Applications.",
   "download.winMoveToApplications" : "Run the .exe file.",
   "download.doIHaveToDownload" : "Do I have to download an app to use Scratch?",
diff --git a/static/images/download/mac-install.png b/static/images/download/mac-install.png
index 1c7841198..1ef028991 100644
Binary files a/static/images/download/mac-install.png and b/static/images/download/mac-install.png differ