1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 17:12:49 -05:00

SM-1179: Rename service accounts to machine accounts (#3974)

This commit is contained in:
Colton Hurst
2024-04-18 11:01:08 -04:00
committed by GitHub
parent 92716fe319
commit 49ed5af517
2 changed files with 3 additions and 3 deletions

View File

@ -143,9 +143,9 @@ public class OrganizationEditModel : OrganizationViewModel
public int? SmSeats { get; set; }
[Display(Name = "Max Autoscale Seats")]
public int? MaxAutoscaleSmSeats { get; set; }
[Display(Name = "Service Accounts")]
[Display(Name = "Machine Accounts")]
public int? SmServiceAccounts { get; set; }
[Display(Name = "Max Autoscale Service Accounts")]
[Display(Name = "Max Autoscale Machine Accounts")]
public int? MaxAutoscaleSmServiceAccounts { get; set; }
/**