From 47b01c6639b7f4bce5cba07aaa679aa0286a4ffc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 18 Aug 2020 17:03:39 +0200 Subject: Fix minor issues Signed-off-by: Joas Schilling --- templates/form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/form.php') diff --git a/templates/form.php b/templates/form.php index 51b21eb..c9e81b0 100644 --- a/templates/form.php +++ b/templates/form.php @@ -23,7 +23,7 @@ script('registration', 'form');

- getConfig()->getAppValue('registration', 'email_is_login', '0') !== '1' ) { ?> +

t('Username')); ?>

- +

-- cgit v1.2.3