diff --git a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs index 18260dee7..aacd98df5 100644 --- a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs @@ -41,7 +41,7 @@ namespace BTCPayServer.Models.AppViewModels [Required] [MaxLength(5)] - [Display(Name = "The primary currency used for targets and stats. (e.g. BTC, LTC, USD, etc.)")] + [Display(Name = "Primary currency used for targets and stats. (e.g. BTC, LTC, USD, etc.)")] public string TargetCurrency { get; set; } = "BTC"; [Display(Name = "Set a Target amount ")] diff --git a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml index 921fb241a..55fc9e4a7 100644 --- a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml +++ b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml @@ -57,7 +57,7 @@
- + *