1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 01:23:24 +00:00

Merge branch 'risk-insights-final-demo' into PM-16104

This commit is contained in:
Tom
2025-01-07 12:59:32 -05:00
committed by GitHub
5 changed files with 78 additions and 1 deletions

View File

@@ -143,6 +143,15 @@
"atRiskMembersDescription": {
"message": "These members are logging into Priority Access Intelligence with weak, exposed, or reused passwords."
},
"atRiskMembersDescriptionWithApp": {
"message": "These members are logging into $APPNAME$ with weak, exposed, or reused passwords.",
"placeholders": {
"appname": {
"content": "$1",
"example": "Salesforce"
}
}
},
"totalMembers": {
"message": "Total members"
},