diff --git a/helpers/make-firefox b/helpers/make-firefox
index 88114a9ebdd7e339a7d2cb871f21b50537a72b10..9160e2352db741bd695c8a88ac380d5cc2529af1 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/<a\ href\=\"http\:\/\/www.mozilla.org\/\">Mozilla\ Project<\/a>/<a\ href\=\"http\:\/\/www.trisquel.info\/\"\>Trisquel\ Project<\/a>/g' browser/base/content/overrides/app-license.html
 
 # We went too far...