1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

[PM-9951] Assignment Collections copy (part 2) (#10244)

* add back disc bullet for assignment collections

* add singular and plural versions of bulk collection assignment description
This commit is contained in:
Nick Krantz
2024-07-24 13:28:33 -05:00
committed by GitHub
parent b07d7ee1c6
commit 61713e5fe4
3 changed files with 17 additions and 4 deletions

View File

@@ -3764,7 +3764,10 @@
"assign": {
"message": "Assign"
},
"bulkCollectionAssignmentDialogDescription": {
"bulkCollectionAssignmentDialogDescriptionSingular": {
"message": "Only organization members with access to these collections will be able to see the item."
},
"bulkCollectionAssignmentDialogDescriptionPlural": {
"message": "Only organization members with access to these collections will be able to see the items."
},
"bulkCollectionAssignmentWarning": {

View File

@@ -7933,7 +7933,10 @@
"assignToTheseCollections": {
"message": "Assign to these collections"
},
"bulkCollectionAssignmentDialogDescription": {
"bulkCollectionAssignmentDialogDescriptionSingular": {
"message": "Only organization members with access to these collections will be able to see the item."
},
"bulkCollectionAssignmentDialogDescriptionPlural": {
"message": "Only organization members with access to these collections will be able to see the items."
},
"selectCollectionsToAssign": {