1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02: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>

View File

@ -874,5 +874,8 @@
},
"clear": {
"message": "Clear"
},
"noPasswordsInList": {
"message": "There are no passwords to list."
}
}