mirror of
https://github.com/bitwarden/browser
synced 2026-01-09 03:53:53 +00:00
fix i18n
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</button>
|
||||
<div class="mt-4" *ngIf="hasLoaded">
|
||||
<app-callout type="success" title="{{'goodNews' | i18n}}" *ngIf="!ciphers.length">
|
||||
{{'noExposedPasswords'}}
|
||||
{{'noExposedPasswords' | i18n}}
|
||||
</app-callout>
|
||||
<ng-container *ngIf="ciphers.length">
|
||||
<app-callout type="danger" title="{{'exposedPasswordsFound' | i18n}}">
|
||||
|
||||
Reference in New Issue
Block a user