PM-11205 updating empty state description to match figma (#11414)

This commit is contained in:
cd-bitwarden 2024-10-17 15:07:18 -04:00 committed by GitHub
parent 133257f60e
commit c7bee5c55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const icon = svgIcon`<svg xmlns="http://www.w3.org/2000/svg" width="120" height=
standalone: true,
imports: [SharedModule, ButtonModule, NoItemsModule],
template: `<bit-no-items [icon]="icon" class="tw-mt-2 tw-block">
<span slot="title" class="tw-mt-4 tw-block">{{ "collectionAccessRestricted" | i18n }}</span>
<span slot="title" class="tw-mt-4 tw-block">{{ "youDoNotHavePermissions" | i18n }}</span>
<button
*ngIf="canEditCollection"
slot="button"

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection."
},
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": {
"message": "There are no collections to list."
},