mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
fix: replace old strings with invite/edit member, refs PM-1210 (#9313)
This commit is contained in:
@@ -46,7 +46,7 @@ export class UserAddEditComponent implements OnInit {
|
||||
|
||||
if (this.editMode) {
|
||||
this.editMode = true;
|
||||
this.title = this.i18nService.t("editUser");
|
||||
this.title = this.i18nService.t("editMember");
|
||||
try {
|
||||
const user = await this.apiService.getProviderUser(this.providerId, this.providerUserId);
|
||||
this.type = user.type;
|
||||
@@ -54,7 +54,7 @@ export class UserAddEditComponent implements OnInit {
|
||||
this.logService.error(e);
|
||||
}
|
||||
} else {
|
||||
this.title = this.i18nService.t("inviteUser");
|
||||
this.title = this.i18nService.t("inviteMember");
|
||||
}
|
||||
|
||||
this.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user