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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user