diff --git a/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_de.properties b/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_de.properties index 87640e0796..295a8cecf3 100644 --- a/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_de.properties +++ b/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_de.properties @@ -22,7 +22,7 @@ registrationEmailAsUsername=de Email as username registrationEmailAsUsername.tooltip=de If enabled then username field is hidden from registration form and email is used as username for new user. editUsernameAllowed=de Edit username editUsernameAllowed.tooltip=de If enabled, the username field is editable, readonly otherwise. -resetPasswordAllowed=de Forget password +resetPasswordAllowed=de Forgot password resetPasswordAllowed.tooltip=de Show a link on login page for user to click on when they have forgotten their credentials. rememberMe=de Remember Me rememberMe.tooltip=de Show checkbox on login page to allow user to remain logged in between browser restarts until session expires. diff --git a/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties b/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties index f13d6e8e65..8c8f074196 100644 --- a/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties +++ b/forms/common-themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties @@ -22,7 +22,7 @@ registrationEmailAsUsername=Email as username registrationEmailAsUsername.tooltip=If enabled then username field is hidden from registration form and email is used as username for new user. editUsernameAllowed=Edit username editUsernameAllowed.tooltip=If enabled, the username field is editable, readonly otherwise. -resetPasswordAllowed=Forget password +resetPasswordAllowed=Forgot password resetPasswordAllowed.tooltip=Show a link on login page for user to click on when they have forgotten their credentials. rememberMe=Remember Me rememberMe.tooltip=Show checkbox on login page to allow user to remain logged in between browser restarts until session expires.