mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PM-20999] Styling corrections to Access Intelligence - Part 2 (#14552)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user