Adding application_question_required

This commit is contained in:
Dessalines 2022-04-04 16:28:05 -04:00
parent 087b564de1
commit aaa70cfad0

View file

@ -1,6 +1,7 @@
{ {
"registration_approved_subject": "Registration approved for {username}", "registration_approved_subject": "Registration approved for {username}",
"registration_approved_body": "Your registration application has been approved. Welcome to {hostname}!", "registration_approved_body": "Your registration application has been approved. Welcome to {hostname}!",
"application_question_required": "You must add an application questionnaire if applications are required.",
"password_reset_subject": "Password reset for {username}", "password_reset_subject": "Password reset for {username}",
"password_reset_body": "<h1>Password Reset Request for {username}</h1><br><a href=\"{reset_link}\">Click here to reset your password</a>", "password_reset_body": "<h1>Password Reset Request for {username}</h1><br><a href=\"{reset_link}\">Click here to reset your password</a>",
"verify_email_subject": "Verify your email address for {hostname}", "verify_email_subject": "Verify your email address for {hostname}",