SERVICE_NAME -> SERVICE_ACRONYM
diff --git a/templates/register.htm b/templates/register.htm
index cf80d4c..cc15175 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -1,5 +1,5 @@
-<h1>Sign up for
-    <?php echo $SERVICE_NAME;?>
+  <h1>Sign up for 
+    <?php echo $SERVICE_ACRONYM;?>
 </h1>
 
 <form class="row g-3 needs-validation" novalidate action="" method="POST">