1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

remove unused i18n strings

This commit is contained in:
Kyle Spearrin
2018-04-12 17:32:00 -04:00
parent ebba0a9e23
commit 726a7f59ae
2 changed files with 1 additions and 22 deletions

View File

@@ -59,7 +59,7 @@
</ng-container>
<ng-container *ngIf="selectedProviderType === providerType.U2f">
<div class="content text-center">
<span *ngIf="!u2fReady">{{'loading' | i18n}}</span>
<span *ngIf="!u2fReady"><i class="fa fa-spinner fa-spin"></i></span>
<div *ngIf="u2fReady">
<p>{{'insertU2f' | i18n}}</p>
<img src="../images/u2fkey.jpg" alt="" class="img-rounded img-responsive" />