From 198c181ed70ce7f04bf7c257f3ce98d00a837256 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Fri, 28 Aug 2015 16:01:42 +0200 Subject: [PATCH] Add help to the username blueprint --- system/blueprints/user/account_new.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/system/blueprints/user/account_new.yaml b/system/blueprints/user/account_new.yaml index 202f68814..6c6505bdb 100644 --- a/system/blueprints/user/account_new.yaml +++ b/system/blueprints/user/account_new.yaml @@ -11,5 +11,6 @@ form: username: type: text label: PLUGIN_ADMIN.USERNAME + help: PLUGIN_ADMIN.USERNAME_HELP validate: required: true