Skip to content

Commit

Permalink
Fixes username IdentityError description (#20497)
Browse files Browse the repository at this point in the history
Fixes #20496
  • Loading branch information
badamsdev authored Apr 27, 2020
1 parent 4c31d94 commit c7a2c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Identity/Extensions.Core/src/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<comment>Error for duplicate roles</comment>
</data>
<data name="DuplicateUserName" xml:space="preserve">
<value>User name '{0}' is already taken.</value>
<value>Username '{0}' is already taken.</value>
<comment>Error for duplicate user names</comment>
</data>
<data name="InvalidEmail" xml:space="preserve">
Expand Down Expand Up @@ -162,7 +162,7 @@
<comment>Error when a token is not recognized</comment>
</data>
<data name="InvalidUserName" xml:space="preserve">
<value>User name '{0}' is invalid, can only contain letters or digits.</value>
<value>Username '{0}' is invalid, can only contain letters or digits.</value>
<comment>User names can only contain letters or digits</comment>
</data>
<data name="LoginAlreadyAssociated" xml:space="preserve">
Expand Down Expand Up @@ -317,4 +317,4 @@
<value>No IPersonalDataProtector service was registered, this is required when ProtectPersonalData = true.</value>
<comment>Error when there is no IPersonalDataProtector</comment>
</data>
</root>
</root>

0 comments on commit c7a2c06

Please sign in to comment.