Browse Source

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

pull/11610/head
cd-bitwarden 1 year ago committed by GitHub
parent
commit
c7bee5c55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/web/src/app/vault/org-vault/collection-access-restricted.component.ts
  2. 3
      apps/web/src/locales/en/messages.json

2
apps/web/src/app/vault/org-vault/collection-access-restricted.component.ts

@ -15,7 +15,7 @@ const icon = svgIcon`<svg xmlns="http://www.w3.org/2000/svg" width="120" height= @@ -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"

3
apps/web/src/locales/en/messages.json

@ -1196,6 +1196,9 @@ @@ -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."
},

Loading…
Cancel
Save