mirror of
https://github.com/bitwarden/web
synced 2026-01-02 00:23:16 +00:00
fix i18n
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div class="mt-4" *ngIf="hasLoaded">
|
||||
<app-callout type="success" title="{{'goodNews' | i18n}}" *ngIf="!ciphers.length">
|
||||
{{'noUnsecuredWebsites'}}
|
||||
{{'noUnsecuredWebsites' | i18n}}
|
||||
</app-callout>
|
||||
<ng-container *ngIf="ciphers.length">
|
||||
<app-callout type="danger" title="{{'unsecuredWebsitesFound' | i18n}}">
|
||||
|
||||
Reference in New Issue
Block a user