diff --git a/helpers/make-firefox b/helpers/make-firefox
index 88114a9..9160e23 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-VERSION=69
+VERSION=70
. ./config
@@ -131,6 +131,7 @@ cp -a $DATA/branding/* browser/branding/official
cp -a $DATA/branding/* browser/branding/unofficial
cp -a $DATA/branding/* browser/branding/nightly
sed '/about-wordmark.svg/d' -i browser/base/content/aboutDialog.css
+echo '#warningDesc, #communityExperimentalDesc, #communityDesc, #contributeDesc {display:none!important}' >> browser/base/content/aboutDialog.css
# Disable preprocessor
sed 's/_PP//' -i browser/branding/branding-common.mozbuild
cat << EOF >> debian/config/branch.mk
@@ -222,11 +223,6 @@ do
find -name aboutRights.ftl | xargs sed -i "s/^$STRING.*/$STRING = /"
done
-for STRING in helpus community-2 community-exp
-do
- find -name aboutDialog.ftl | xargs sed -i "s/^$STRING.*/$STRING = /"
-done
-
sed -i 's/Mozilla\ Project<\/a>/Trisquel\ Project<\/a>/g' browser/base/content/overrides/app-license.html
# We went too far...