no passwords to list
This commit is contained in:
parent
8dafca3706
commit
134011d98d
|
@ -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>
|
||||||
|
|
|
@ -874,5 +874,8 @@
|
||||||
},
|
},
|
||||||
"clear": {
|
"clear": {
|
||||||
"message": "Clear"
|
"message": "Clear"
|
||||||
|
},
|
||||||
|
"noPasswordsInList": {
|
||||||
|
"message": "There are no passwords to list."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue