From c968066ae8ba10c34e45fd81c92405a565c9a63b Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Fri, 13 Aug 2021 16:43:44 -0400
Subject: [PATCH] Fixup some language on firefox.html

---
 i2p2www/pages/downloads/firefox.html | 7 +++++--
 site-updater-docker.sh               | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/i2p2www/pages/downloads/firefox.html b/i2p2www/pages/downloads/firefox.html
index 0757c00be..f45ba52a2 100644
--- a/i2p2www/pages/downloads/firefox.html
+++ b/i2p2www/pages/downloads/firefox.html
@@ -5,12 +5,15 @@
 <h1>{{ _('I2P Firefox Browser Profile') }}</h1>
 <p>{% trans -%}
 Now that you have joined the I2P network, you will want to see I2P Sites and and 
-other content that is hosted on the network. The Firefox browser is 
+other content that is hosted on the network. The Firefox browser profile is 
 pre-configured to allow you to access the content available on the network. It 
 also keeps your I2P search activity separate from your internet search activity.
 {%- endtrans %}</p>
 <p>{% trans -%}
-This browser also includes both the NoScrpt and HTTPSEverywhere plugin for
+WHAT IS WRONG?
+{%- endtrans %}</p>
+<p>{% trans -%}
+This browser profile also includes both the NoScrpt and HTTPSEverywhere plugin for
 better protection Javascript based attacks and HTTPS support where available.
 {%- endtrans %}</p>
 
diff --git a/site-updater-docker.sh b/site-updater-docker.sh
index ef87b84b5..21c5d53e4 100755
--- a/site-updater-docker.sh
+++ b/site-updater-docker.sh
@@ -7,7 +7,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" || exit
 cd "$DIR"
 
 git pull origin master
-docker build -t i2p-mirror/i2p.www .
+docker build --no-cache -t i2p-mirror/i2p.www .
 docker rm -f mirror.i2p.www
 docker run -itd $i2p_www_docker_run_args --name mirror.i2p.www -p 0.0.0.0:8090:80 i2p-mirror/i2p.www
 #docker run -td --name mirror.i2p.www --restart=always -p 0.0.0.0:5000:5000 i2p-mirror/i2p.www
-- 
GitLab