Add a space between "Test" and "Email" in the UI.

This commit is contained in:
Will Caldwell
2019-03-03 16:27:03 -06:00
committed by Rockstar Developer
parent fee936b569
commit e232dd7d7e

View File

@@ -18,8 +18,9 @@ namespace BTCPayServer.Models.ServerViewModels
{
get; set;
}
[EmailAddress]
[Display(Name = "Test Email")]
public string TestEmail
{
get; set;