mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -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:
parent
282d6a9007
commit
f37c87c0e1
@ -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")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user