diff --git a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs index a27c89d94..e180a3a54 100644 --- a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs @@ -15,7 +15,6 @@ namespace BTCPayServer.Models.AppViewModels [MaxLength(30)] public string Title { get; set; } - [MaxLength(50)] public string Tagline { get; set; } [Required]