From 5b98d3e00acb6e57f1fb9167a564e6185a4f8192 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 31 Dec 2018 13:51:55 -0700 Subject: [PATCH] i18n++ --- signup/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); ?>