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, standalone: true,
imports: [SharedModule, ButtonModule, NoItemsModule], imports: [SharedModule, ButtonModule, NoItemsModule],
template: `<bit-no-items [icon]="icon" class="tw-mt-2 tw-block"> 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 <button
*ngIf="canEditCollection" *ngIf="canEditCollection"
slot="button" slot="button"

View File

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