diff --git a/signup/index.php b/signup/index.php index 593ff76..1baa90e 100644 --- a/signup/index.php +++ b/signup/index.php @@ -24,7 +24,7 @@ function showHTML($errormsg = null, $genform = true, $noformcontent = "", $title $form->addHiddenInput("submit", "1"); - $form->addButton("Create Account", "fas fa-user-plus", null, "submit", "savebtn"); + $form->addButton($Strings->get("Create Account", false), "fas fa-user-plus", null, "submit", "savebtn"); ?>