Improve store/selectlist labeling (#3014)

This commit is contained in:
Samuel B. Atwood
2021-10-25 00:15:08 -04:00
committed by GitHub
parent 5318684e5c
commit 0558631982
7 changed files with 12 additions and 8 deletions

View File

@@ -61,7 +61,9 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
[Required] public string Title { get; set; }
public string Description { get; set; }
[Display(Name = "Store")]
public SelectList Stores { get; set; }
[EmailAddress]
public string Email { get; set; }