mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Add a space between "Test" and "Email" in the UI.
This commit is contained in:
committed by
Rockstar Developer
parent
fee936b569
commit
e232dd7d7e
@@ -18,8 +18,9 @@ namespace BTCPayServer.Models.ServerViewModels
|
|||||||
{
|
{
|
||||||
get; set;
|
get; set;
|
||||||
}
|
}
|
||||||
|
|
||||||
[EmailAddress]
|
[EmailAddress]
|
||||||
|
[Display(Name = "Test Email")]
|
||||||
public string TestEmail
|
public string TestEmail
|
||||||
{
|
{
|
||||||
get; set;
|
get; set;
|
||||||
|
|||||||
Reference in New Issue
Block a user