1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-26 03:31:34 +01:00

Change display name of provider view properties (#1491)

Note, ProviderAdmin info section is being updated in another PR
This commit is contained in:
Matt Gibson 2021-08-02 14:19:26 -04:00 committed by GitHub
parent 282d6a9007
commit f37c87c0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")]