From 2cb698c6bdc5b2c19449b076df2b62162cfeb51d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 7 Jul 2021 18:44:55 +0200 Subject: [PATCH] setupaccount: Show input field errors below input field --- src/setupaccount.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/setupaccount.html b/src/setupaccount.html index 9e0d57290..a1b35b2c4 100644 --- a/src/setupaccount.html +++ b/src/setupaccount.html @@ -74,12 +74,12 @@
-
- {{ 'setupAccount.errorUsernameTooShort' | tr }} - {{ 'setupAccount.errorUsernameTooLong' | tr }} - {{ 'setupAccount.errorUsernameInvalid' | tr }} -
+
+ {{ 'setupAccount.errorUsernameTooShort' | tr }} + {{ 'setupAccount.errorUsernameTooLong' | tr }} + {{ 'setupAccount.errorUsernameInvalid' | tr }} +
@@ -89,18 +89,18 @@
+
{{ 'setupAccount.errorPassword' | tr }}
-
+
{{ 'setupAccount.errorPasswordNoMatch' | tr }}
-