Browse Source

Change display name of provider view properties (#1491)

Note, ProviderAdmin info section is being updated in another PR
pull/1494/head
Matt Gibson 4 years ago committed by GitHub
parent
commit
f37c87c0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Admin/Models/ProviderEditModel.cs

2
src/Admin/Models/ProviderEditModel.cs

@ -21,7 +21,9 @@ namespace Bit.Admin.Models @@ -21,7 +21,9 @@ namespace Bit.Admin.Models
}
public bool Enabled { get; set; }
[Display(Name = "Billing Email")]
public string BillingEmail { get; set; }
[Display(Name = "Business Name")]
public string BusinessName { get; set; }
public string Name { get; set; }
[Display(Name = "Events")]

Loading…
Cancel
Save