mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Change display name of provider view properties (#1491)
Note, ProviderAdmin info section is being updated in another PR
This commit is contained in:
@ -21,7 +21,9 @@ namespace Bit.Admin.Models
|
|||||||
}
|
}
|
||||||
|
|
||||||
public bool Enabled { get; set; }
|
public bool Enabled { get; set; }
|
||||||
|
[Display(Name = "Billing Email")]
|
||||||
public string BillingEmail { get; set; }
|
public string BillingEmail { get; set; }
|
||||||
|
[Display(Name = "Business Name")]
|
||||||
public string BusinessName { get; set; }
|
public string BusinessName { get; set; }
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
[Display(Name = "Events")]
|
[Display(Name = "Events")]
|
||||||
|
Reference in New Issue
Block a user