Added a period to end of validation error message.
This commit is contained in:
parent
703d87eaef
commit
8c04a0d249
@ -272,7 +272,7 @@ namespace eShopOnContainers.Core.ViewModels
|
|||||||
private void AddValidations()
|
private void AddValidations()
|
||||||
{
|
{
|
||||||
_userName.Validations.Add(new IsNotNullOrEmptyRule<string> { ValidationMessage = "A username is required." });
|
_userName.Validations.Add(new IsNotNullOrEmptyRule<string> { ValidationMessage = "A username is required." });
|
||||||
_password.Validations.Add(new IsNotNullOrEmptyRule<string> { ValidationMessage = "A password is required" });
|
_password.Validations.Add(new IsNotNullOrEmptyRule<string> { ValidationMessage = "A password is required." });
|
||||||
}
|
}
|
||||||
|
|
||||||
public void InvalidateMock()
|
public void InvalidateMock()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user