mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
updates display names (#3036)
This commit is contained in:
@@ -21,6 +21,8 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
[Required]
|
||||
[MaxLength(50)]
|
||||
[MinLength(1)]
|
||||
|
||||
[Display(Name = "App Name")]
|
||||
public string AppName { get; set; }
|
||||
|
||||
[Display(Name = "Store")]
|
||||
@@ -37,7 +39,7 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
|
||||
public SelectList Stores { get; set; }
|
||||
|
||||
[Display(Name = "App type")]
|
||||
[Display(Name = "App Type")]
|
||||
public string SelectedAppType { get; set; }
|
||||
|
||||
public SelectList AppTypes { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user