Improve help texts

ove

Change-Id: I5fe867c404a6b30ec57f5f8c31deeabf8dead5e4
diff --git a/templates/register.htm b/templates/register.htm
index c1d4394..5e4df50 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -79,7 +79,10 @@
             <div class="invalid-feedback">
                 Please indicate the institution or organization you are affiliated with.
             </div>
-    </div>
+            <?php if($CONFERENCE_REGISTRATION ): ?>
+            <div id="totalHelp" class="form-text fs-4">… as it will appear on your badge</div>
+            <?php endif; ?>
+     </div>
 
     <!--
     <div class="form-outline col-md-6">
@@ -550,7 +553,7 @@
               <div class="input-group-text fs-3">€</div>
               <input lang="en" name="total_costs" id="total_costs" class="form-control text-end fw-bold fs-3" readonly>
             </div>
-            <div id="totalHelp" class="form-text">Only bank transfer is available as a payment method. After submitting the form, you will be asked to confirm your e-mail address. After you have confirmed it, you will receive an invoice and the bank details.</div>
+            <div id="totalHelp" class="form-text fs-4">Only bank transfer is available as a payment method. After submitting the form, you will be asked to confirm your e-mail address. After you have confirmed it, you will receive an invoice with all bank details.</div>
     </div>
 
     <?php endif; ?>