1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00
Files
browser/libs/tools/generator/components/src/empty-credential-history.component.html

5 lines
221 B
HTML

<bit-no-items [icon]="noCredentialsIcon">
<ng-container slot="title">{{ "nothingToShow" | i18n }}</ng-container>
<ng-container slot="description">{{ "nothingGeneratedRecently" | i18n }}</ng-container>
</bit-no-items>