EULA is now ToS
diff --git a/templates/register.htm b/templates/register.htm
index 1d66d84..571c657 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -439,14 +439,12 @@
         <label class="form-label fw-bold" for="eula">End User License Agreement</label>
         <div class="form-group form-check">
             <input type="checkbox" class="form-check-input" name="eula_signed" id="eula" required title="You need to agree to the EULA in order to proceed" <?php echo isset($_POST[ 'eula_signed']) ? 'checked' : '' ?> value="eula">
-            <label class="form-check-label fs-4" for="eula">I have read and agree to to the
+            <label class="form-check-label fs-4" for="eula">I have read and agree to the
                 <?php echo $SERVICE_ACRONYM; ?> <a
-                    href="https://www2.ids-mannheim.de/cosmas2/projekt/register/license_agreement.html">End User License
-                    Agreement</a> and will use the
-                <?php echo $SERVICE_ACRONYM; ?> services only for academic and non-commercial purposes.
+                    href="static/ICC-ToU.html">Terms of Use</a>.
             </label>
             <div class="invalid-feedback">
-                You need to agree to the EULA in order to proceed.
+                You need to agree to the Terms of Use in order to proceed.
             </div>
         </div>
     </div>