1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[PM-20999] Styling corrections to Access Intelligence - Part 2 (#14552)

This commit is contained in:
Vijay Oommen
2025-05-13 14:29:23 -05:00
committed by GitHub
parent 896c9bd583
commit 1cc06fd3b9
3 changed files with 54 additions and 26 deletions

View File

@@ -140,9 +140,15 @@
"atRiskMembersDescription": {
"message": "These members are logging into applications with weak, exposed, or reused passwords."
},
"atRiskMembersDescriptionNone": {
"message": "These are no members logging into applications with weak, exposed, or reused passwords."
},
"atRiskApplicationsDescription": {
"message": "These applications have weak, exposed, or reused passwords."
},
"atRiskApplicationsDescriptionNone": {
"message": "These are no applications with weak, exposed, or reused passwords."
},
"atRiskMembersDescriptionWithApp": {
"message": "These members are logging into $APPNAME$ with weak, exposed, or reused passwords.",
"placeholders": {
@@ -152,6 +158,15 @@
}
}
},
"atRiskMembersDescriptionWithAppNone": {
"message": "There are no at risk members for $APPNAME$.",
"placeholders": {
"appname": {
"content": "$1",
"example": "Salesforce"
}
}
},
"totalMembers": {
"message": "Total members"
},