1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

no passwords to list

This commit is contained in:
Kyle Spearrin
2018-02-17 22:39:06 -05:00
parent 8dafca3706
commit 134011d98d
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
</div>
</div>
<div class="box-content-row" *ngIf="!history.length">
{{'noItemsInList' | i18n}}
{{'noPasswordsInList' | i18n}}
</div>
</div>
</div>