V10/bugfix/add user error suggestion #67 (#13259)

This commit is contained in:
georgebid
2022-10-22 16:17:07 +01:00
committed by GitHub
parent 0089446381
commit 66cea99807
3 changed files with 11 additions and 7 deletions

View File

@@ -2049,6 +2049,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="disabled">Disable User</key>
<key alias="documentType">Document Type</key>
<key alias="editors">Editor</key>
<key alias="emailRequired">Required - enter an email address for this user</key>
<key alias="excerptField">Excerpt field</key>
<key alias="failedPasswordAttempts">Failed login attempts</key>
<key alias="goToProfile">Go to user profile</key>
@@ -2068,6 +2069,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="mediastartnodes">Media start nodes</key>
<key alias="mediastartnodeshelp">Limit the media library to specific start nodes</key>
<key alias="modules">Sections</key>
<key alias="nameRequired">Required - enter a name for this user</key>
<key alias="noConsole">Disable Umbraco Access</key>
<key alias="noLogin">has not logged in yet</key>
<key alias="oldPassword">Old password</key>

View File

@@ -2114,6 +2114,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="createDate">User created</key>
<key alias="changePassword">Change your password</key>
<key alias="changePhoto">Change photo</key>
<key alias="emailRequired">Required - enter an email address for this user</key>
<key alias="newPassword">New password</key>
<key alias="newPasswordFormatLengthTip">Minimum %0% character(s) to go!</key>
<key alias="newPasswordFormatNonAlphaTip">There should be at least %0% special character(s) in there.</key>
@@ -2152,6 +2153,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="mediastartnodes">Media start nodes</key>
<key alias="mediastartnodeshelp">Limit the media library to specific start nodes</key>
<key alias="modules">Sections</key>
<key alias="nameRequired">Required - enter a name for this user</key>
<key alias="noConsole">Disable Umbraco Access</key>
<key alias="noLogin">has not logged in yet</key>
<key alias="oldPassword">Old password</key>