1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[PM-26074] All Activities tab - Updated UI (#16587)

* PM-26074 simplified and update the all-activities tab

* PM-26074 removed learn more

* PM-26074 fixing missing line
This commit is contained in:
Vijay Oommen
2025-09-29 15:19:14 -05:00
committed by GitHub
parent e784622f67
commit 0bfc5daa7c
10 changed files with 168 additions and 42 deletions

View File

@@ -59,9 +59,28 @@
"createNewLoginItem": {
"message": "Create new login item"
},
"criticalApplicationsActivityDescription": {
"onceYouMarkCriticalApplicationsActivityDescription": {
"message": "Once you mark applications critical, they will display here."
},
"viewAtRiskMembers": {
"message": "View at-risk members"
},
"viewAtRiskApplications": {
"message": "View at-risk applications"
},
"criticalApplicationsAreAtRisk": {
"message": "$COUNT$ out of $TOTAL$ critical applications are at-risk due to at-risk passwords",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"criticalApplicationsWithCount": {
"message": "Critical applications ($COUNT$)",
"placeholders": {
@@ -80,6 +99,15 @@
}
}
},
"countOfApplicationsAtRisk": {
"message": "$COUNT$ applications at-risk",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"notifiedMembersWithCount": {
"message": "Notified members ($COUNT$)",
"placeholders": {