parent
4c31d94cb8
commit
c7a2c0648a
|
|
@ -134,7 +134,7 @@
|
||||||
<comment>Error for duplicate roles</comment>
|
<comment>Error for duplicate roles</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="DuplicateUserName" xml:space="preserve">
|
<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>
|
<comment>Error for duplicate user names</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InvalidEmail" xml:space="preserve">
|
<data name="InvalidEmail" xml:space="preserve">
|
||||||
|
|
@ -162,7 +162,7 @@
|
||||||
<comment>Error when a token is not recognized</comment>
|
<comment>Error when a token is not recognized</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="InvalidUserName" xml:space="preserve">
|
<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>
|
<comment>User names can only contain letters or digits</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LoginAlreadyAssociated" xml:space="preserve">
|
<data name="LoginAlreadyAssociated" xml:space="preserve">
|
||||||
|
|
@ -317,4 +317,4 @@
|
||||||
<value>No IPersonalDataProtector service was registered, this is required when ProtectPersonalData = true.</value>
|
<value>No IPersonalDataProtector service was registered, this is required when ProtectPersonalData = true.</value>
|
||||||
<comment>Error when there is no IPersonalDataProtector</comment>
|
<comment>Error when there is no IPersonalDataProtector</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue