diff --git a/src/l10n.json b/src/l10n.json
index 62bcd36ba..8d085798f 100644
--- a/src/l10n.json
+++ b/src/l10n.json
@@ -91,7 +91,6 @@
"general.whatsHappening": "What's Happening?",
"general.wiki": "Scratch Wiki",
"general.copyLink": "Copy Link",
- "general.socialButton": "Social",
"general.report": "Report",
"general.notAvailableHeadline": "Whoops! Our server is Scratch'ing its head",
"general.notAvailableSubtitle": "We couldn't find the page you're looking for. Check to make sure you've typed the URL correctly.",
diff --git a/src/views/preview/subactions.jsx b/src/views/preview/subactions.jsx
index c38beb559..373f8cef9 100644
--- a/src/views/preview/subactions.jsx
+++ b/src/views/preview/subactions.jsx
@@ -50,17 +50,11 @@ const Subactions = props => (
)}
}
-
{props.socialOpen && props.projectInfo && props.projectInfo.id && (