Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>