Add conference fee coverage

Change-Id: I4c289c01950c472324383383b18751b7b0d477b0
diff --git a/templates/register.htm b/templates/register.htm
index 55adcab..8bf365f 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -476,7 +476,7 @@
             <input type="checkbox" class="form-check-input" name="participation_confirmed" id="participate" required <?php echo isset($_POST[ 'participation_confirmed']) ? 'checked' : '' ?> oninput="update_total_due()" value="participation_confirmed">
             <label class="form-check-label fs-4" for="participation_confirmed">I confirm that I will attend the <?php echo $SERVICE_ACRONYM; ?> conference. 
                 <?php if(new DateTimeImmutable("now") <= new DateTimeImmutable($EARLYBIRD_DEADLINE." 23:59:59 HST")) {
-                        echo "The early bird conference fee <strong>€&nbsp;<span id='conference_fee'>". $EARLYBIRD_CONFERENCE_FEE."</span></strong> is still valid until ".$EARLYBIRD_DEADLINE.".
+                        echo "The early bird conference fee <strong>€&nbsp;<span id='conference_fee'>". $EARLYBIRD_CONFERENCE_FEE."</span></strong> is valid until ".$EARLYBIRD_DEADLINE.".
                      After that, the fee is €&nbsp;<span id='conference_fee'>". $REGULAR_CONFERENCE_FEE.".";
                         echo '<input type="hidden" name="conference_fee" value="' . $EARLYBIRD_CONFERENCE_FEE . '">';
                         echo '<input type="hidden" name="earlybird_registration" value="earlybird_registration">';
@@ -485,7 +485,7 @@
                         echo '<input type="hidden" name="conference_fee" value="' . $REGULAR_CONFERENCE_FEE . '">';
                         echo '<input type="hidden" name="earlybird_registration" value="">';
                     } ?>
-                    Registration will close after <?php echo $REGISTRATION_DEADLINE; ?>.
+                    Registration will close after <?php echo $REGISTRATION_DEADLINE; ?>. The conference fee also covers refreshments during coffee breaks.
             </label>
             <div class="invalid-feedback">
                 You need to confirm your participation in order to proceed.