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> </div>
<div class="box-content-row" *ngIf="!history.length"> <div class="box-content-row" *ngIf="!history.length">
{{'noItemsInList' | i18n}} {{'noPasswordsInList' | i18n}}
</div> </div>
</div> </div>
</div> </div>

View File

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