From c3f3e4482c0ea5dd07dd6f9cae76b0a12f6d3bf0 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 23 Nov 2021 04:23:18 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- login/static/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/static/base.js b/login/static/base.js index 1a9bcc0..72509fa 100644 --- a/login/static/base.js +++ b/login/static/base.js @@ -361,7 +361,7 @@ function getFormElement(type, name, value) { // param value: preset value of the field // param label: Label to display above field // param placeHolder: Label to display in field if empty -// param help: Additional help tekst, displayed below the field in small font +// param help: Additional help text, displayed below the field in small font function getFormInput(type, name, value, label, placeHolder, help) { // Id field for help element -- GitLab