mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-13658] Update copy of password history to generator history (#11710)
* Update copy from password history to generator history * Update copy on empty state --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
122c3c7809
commit
3b82a82416
@@ -1,7 +1,7 @@
|
||||
<div class="tw-flex tw-flex-col tw-h-full tw-justify-center">
|
||||
<div class="tw-text-center">
|
||||
<bit-icon [icon]="noCredentialsIcon" aria-hidden="true"></bit-icon>
|
||||
<h2 bitTypography="h4" class="tw-mt-3">{{ "noPasswordsToShow" | i18n }}</h2>
|
||||
<div>{{ "noRecentlyGeneratedPassword" | i18n }}</div>
|
||||
<h2 bitTypography="h4" class="tw-mt-3">{{ "nothingToShow" | i18n }}</h2>
|
||||
<div>{{ "nothingGeneratedRecently" | i18n }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user