1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

revert usage of THING translations

This commit is contained in:
Kyle Spearrin
2018-07-10 08:39:05 -04:00
parent a6bd9ecfa3
commit 5ade229cb9
7 changed files with 102 additions and 94 deletions

View File

@@ -82,8 +82,7 @@ export class EntityUsersComponent implements OnInit {
this.analytics.eventTrack.next({ action: 'Removed User From Collection' });
}
this.toasterService.popAsync('success', null,
this.i18nService.t('removedThing', this.i18nService.t('user').toLocaleLowerCase(), user.email));
this.toasterService.popAsync('success', null, this.i18nService.t('removedUserId', user.email));
this.onRemovedUser.emit();
const index = this.users.indexOf(user);
if (index > -1) {