1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00
This commit is contained in:
Kyle Spearrin
2018-12-12 09:30:57 -05:00
parent cb953eda61
commit ab9ebfb667
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
</div>
<div class="mt-4" *ngIf="hasLoaded">
<app-callout type="success" title="{{'goodNews' | i18n}}" *ngIf="!ciphers.length">
{{'noWeakPasswords'}}
{{'noWeakPasswords' | i18n}}
</app-callout>
<ng-container *ngIf="ciphers.length">
<app-callout type="danger" title="{{'weakPasswordsFound' | i18n}}">