mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-25874] Activity Tab - At Risk Members Card (#16469)
* PM-25869 add a new tab called Activity in risk insights * PM-25869 fixed type errors * PM-25874 Activity card for At-risk member count
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
"createNewLoginItem": {
|
||||
"message": "Create new login item"
|
||||
},
|
||||
"criticalApplicationsActivityDescription": {
|
||||
"message": "Once you mark applications critical, they will display here."
|
||||
},
|
||||
"criticalApplicationsWithCount": {
|
||||
"message": "Critical applications ($COUNT$)",
|
||||
"placeholders": {
|
||||
@@ -68,6 +71,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"countOfCriticalApplications": {
|
||||
"message": "$COUNT$ critical applications",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notifiedMembersWithCount": {
|
||||
"message": "Notified members ($COUNT$)",
|
||||
"placeholders": {
|
||||
@@ -122,6 +134,18 @@
|
||||
"atRiskMembers": {
|
||||
"message": "At-risk members"
|
||||
},
|
||||
"membersAtRiskActivityDescription":{
|
||||
"message": "Members with edit access to at-risk items for critical applications"
|
||||
},
|
||||
"membersAtRisk": {
|
||||
"message": "$COUNT$ members at risk",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"atRiskMembersWithCount": {
|
||||
"message": "At-risk members ($COUNT$)",
|
||||
"placeholders": {
|
||||
|
||||
Reference in New Issue
Block a user