1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-17 09:59:41 +00:00

hide behind feature flag

This commit is contained in:
jaasen-livefront
2024-12-16 16:24:43 -08:00
parent 7009674d61
commit 3cc5f4492d
4 changed files with 21 additions and 2 deletions

View File

@@ -131,6 +131,18 @@
"atRiskMembers": {
"message": "At-risk members"
},
"atRiskMembersWithCount": {
"message": "At-risk members ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"atRiskMembersDescription": {
"message": "These members are logging into Priority Access Intelligence with weak, exposed, or reused passwords."
},
"totalMembers": {
"message": "Total members"
},