diff --git a/journals/templates/journals/about.html b/journals/templates/journals/about.html
index c0628fb4b622a36b71cbad83eb57df9ae961dc4e..73148f125aa65f806d4a6e6099a9f0e68d1e56b9 100644
--- a/journals/templates/journals/about.html
+++ b/journals/templates/journals/about.html
@@ -14,7 +14,7 @@
   {{ block.super }}
   <div class="row">
     <div class="col-12">
-      <h2>About {{ journal.name }}</h2>
+      <h2 class="m-1">About {{ journal.name }}</h2>
     </div>
   </div>
 
@@ -76,9 +76,9 @@
       <h2 class="highlight" id="genuineOA">
 	Genuine Open Access
       </h2>
-      <p>Publications in {{ journal.name }} are <a href="{% url 'scipost:about' %}#GOA">Genuine Open Access</a>. Take the time to understand what this means, and how we compare to other publishers. We are truly run by and for the academic community, without any competing interests.</p>
+      <p>Publications in {{ journal.name }} are <a href="{% url 'scipost:about' %}#GOA">Genuine Open Access</a>. Take the time to understand what this means, and how we compare to other publishers. We do not profiteer from you or your contributions in any way. We are truly run by and for the academic community, entirely not-for-profit and without any competing interests.</p>
       <p>As authors, you retain your copyright: all articles are published in your name under the terms of the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>, allowing freedom to use, reproduce and distribute the articles and related content (unless otherwise noted), for commercial and noncommercial purposes, subject to the citation of the original source.</p>
-      <p>There are no subscription fees, nor are there Article Processing Charges (APCs). By publishing with us, you are contributing to implementing a <a href="{% url 'finances:business_model' %}">healthier business model</a> for academic pubhlishing.</p>
+      <p>There are no subscription fees, nor are there Article Processing Charges (APCs). By publishing with us, you are contributing to implementing a <a href="{% url 'finances:business_model' %}">healthier business model</a> for academic publishing.</p>
 
     </div>
   </div>
diff --git a/journals/templates/journals/base.html b/journals/templates/journals/base.html
index 57e3b377f3494ec9e99dbb6763abc906e3939b54..8f2676809a2a39677e5c3c5628c3e5f25bb2fd4a 100644
--- a/journals/templates/journals/base.html
+++ b/journals/templates/journals/base.html
@@ -49,10 +49,12 @@
         {% if journal.active %}
           <p>{{ journal }} is published by the SciPost Foundation under the journal doi: 10.21468/{{ journal.doi_label }}{% if journal.issn %} and ISSN {{ journal.issn }}{% endif %}.</p>
         {% endif %}
-	{% if journal.doi_label == 'SciPostPhys' %}
+	{% if journal.has_DOAJ_Seal %}
 	  <p class="mb-1">
-	    SciPost Physics has been awarded the DOAJ Seal <img src="{% static 'scipost/images/DOAJ_Seal_logo_big.png' %}" alt="DOAJ Seal" width="40"> from the <a href="https://doaj.org">Directory of Open Access Journals</a>
+	    {{ journal.name }} has been awarded the DOAJ Seal <img src="{% static 'scipost/images/DOAJ_Seal_logo_big.png' %}" alt="DOAJ Seal" width="40"> from the <a href="https://doaj.org">Directory of Open Access Journals</a>.
 	  </p>
+	{% endif %}
+	{% if journal.doi_label == 'SciPostPhys' %}
 	  <p>
 	    All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home" target="_blank"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a>
 	  </p>
diff --git a/journals/templates/journals/journal_issues.html b/journals/templates/journals/journal_issues.html
index e7e8b5de6d7e8b7ebf65c4a728ce8e38d50de00b..a15ad5825f6e8ac288cece994b2bba33105c6b12 100644
--- a/journals/templates/journals/journal_issues.html
+++ b/journals/templates/journals/journal_issues.html
@@ -27,7 +27,7 @@
           </li>
         {% empty %}
           <li>
-            No Issues found, please check back later.
+            No Issues found, please check again later.
           </li>
         {% endfor %}
       </ul>
diff --git a/journals/templates/journals/journal_landing_page.html b/journals/templates/journals/journal_landing_page.html
index 840dd7737f1139475fa49dcba618d7aad82bc740..7c7a8c9ff0ec4b551f1b5ba20007c62303812330 100644
--- a/journals/templates/journals/journal_landing_page.html
+++ b/journals/templates/journals/journal_landing_page.html
@@ -82,7 +82,7 @@
                 </li>
               {% empty %}
                 <li>
-                  No Issues found, please check back later.
+                  No Issues found, please check again later.
                 </li>
               {% endfor %}
             </ul>