mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
[Reset Password] Event updates (#993)
* [Reset Password] Event updates * Update jslib395ded0->6fbe330
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 2c297e2f45...6fbe33043b
@@ -198,9 +198,13 @@ export class EventService {
|
|||||||
msg = this.i18nService.t('eventWithdrawPasswordReset', this.formatOrgUserId(ev));
|
msg = this.i18nService.t('eventWithdrawPasswordReset', this.formatOrgUserId(ev));
|
||||||
humanReadableMsg = this.i18nService.t('eventWithdrawPasswordReset', this.getShortId(ev.organizationUserId));
|
humanReadableMsg = this.i18nService.t('eventWithdrawPasswordReset', this.getShortId(ev.organizationUserId));
|
||||||
break;
|
break;
|
||||||
|
case EventType.OrganizationUser_AdminResetPassword:
|
||||||
|
msg = this.i18nService.t('eventAdminPasswordReset', this.formatOrgUserId(ev));
|
||||||
|
humanReadableMsg = this.i18nService.t('eventAdminPasswordReset', this.getShortId(ev.organizationUserId));
|
||||||
|
break;
|
||||||
// Org
|
// Org
|
||||||
case EventType.Organization_Updated:
|
case EventType.Organization_Updated:
|
||||||
msg = humanReadableMsg = this.i18nService.t('editedOrgSettings');
|
msg = humanReadableMsg = this.i18nService.t('editedOrgSettings');
|
||||||
break;
|
break;
|
||||||
case EventType.Organization_PurgedVault:
|
case EventType.Organization_PurgedVault:
|
||||||
msg = humanReadableMsg = this.i18nService.t('purgedOrganizationVault');
|
msg = humanReadableMsg = this.i18nService.t('purgedOrganizationVault');
|
||||||
|
|||||||
@@ -3882,6 +3882,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eventAdminPasswordReset": {
|
||||||
|
"message": "Master password reset for user $ID$.",
|
||||||
|
"placeholders": {
|
||||||
|
"id": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "John Smith"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"trashCleanupWarning": {
|
"trashCleanupWarning": {
|
||||||
"message": "Items that have been in Trash more than 30 days will be automatically deleted."
|
"message": "Items that have been in Trash more than 30 days will be automatically deleted."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user