1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 02:53:28 +00:00

SM-1159: Rename Service Accounts to Machine Accounts (#8444)

* SM-1159: Rename service accounts to machine accounts. Visible text only.

* SM-1159: Second round of adding service to machine account renames

* SM-1159: Change title

* SM-1159: Fix typo

* SM-1159: Add more keys

* SM-1159: Reordered keys

* SM-1159: Keys update
This commit is contained in:
Colton Hurst
2024-04-05 10:52:21 -04:00
committed by GitHub
parent 9f8f93ef97
commit fb51aa570d
23 changed files with 222 additions and 59 deletions

View File

@@ -154,7 +154,7 @@ export class EventsComponent extends BaseEventsComponent implements OnInit, OnDe
if (r.serviceAccountId) {
return {
name: this.i18nService.t("serviceAccount") + " " + this.getShortId(r.serviceAccountId),
name: this.i18nService.t("machineAccount") + " " + this.getShortId(r.serviceAccountId),
};
}