mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
no passwords to list
This commit is contained in:
@@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user