remove inline styles and fix checkbox setting text

This commit is contained in:
Kukks
2019-01-10 14:19:06 +01:00
parent a87c2a3374
commit 9f4226bf0f
3 changed files with 68 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ namespace BTCPayServer.Models.AppViewModels
public string NotificationUrl { get; set; }
[Required]
[Display(Name = "Allow crowdfund to be publicly visible( still visible to you)")]
[Display(Name = "Allow crowdfund to be publicly visible (still visible to you)")]
public bool Enabled { get; set; } = false;
[Required]