mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
remove unused i18n strings
This commit is contained in:
@@ -160,24 +160,6 @@
|
|||||||
"helpFeedback": {
|
"helpFeedback": {
|
||||||
"message": "Help & Feedback"
|
"message": "Help & Feedback"
|
||||||
},
|
},
|
||||||
"emailUs": {
|
|
||||||
"message": "Email Us"
|
|
||||||
},
|
|
||||||
"emailUsDirectly": {
|
|
||||||
"message": "Email us directly to get help or leave feedback."
|
|
||||||
},
|
|
||||||
"visitOurWebsite": {
|
|
||||||
"message": "Visit Our Website"
|
|
||||||
},
|
|
||||||
"visitOurWebsiteDirectly": {
|
|
||||||
"message": "Visit our website to get help, news, email us, and/or learn more about how to use Bitwarden."
|
|
||||||
},
|
|
||||||
"fileBugReport": {
|
|
||||||
"message": "File a Bug Report"
|
|
||||||
},
|
|
||||||
"gitHubIssue": {
|
|
||||||
"message": "Open an issue at our GitHub repository."
|
|
||||||
},
|
|
||||||
"sync": {
|
"sync": {
|
||||||
"message": "Sync"
|
"message": "Sync"
|
||||||
},
|
},
|
||||||
@@ -1075,9 +1057,6 @@
|
|||||||
"message": "Organization",
|
"message": "Organization",
|
||||||
"description": "An entity of multiple related people (ex. a team or business organization)."
|
"description": "An entity of multiple related people (ex. a team or business organization)."
|
||||||
},
|
},
|
||||||
"loading": {
|
|
||||||
"message": "Loading..."
|
|
||||||
},
|
|
||||||
"types": {
|
"types": {
|
||||||
"message": "Types"
|
"message": "Types"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="selectedProviderType === providerType.U2f">
|
<ng-container *ngIf="selectedProviderType === providerType.U2f">
|
||||||
<div class="content text-center">
|
<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">
|
<div *ngIf="u2fReady">
|
||||||
<p>{{'insertU2f' | i18n}}</p>
|
<p>{{'insertU2f' | i18n}}</p>
|
||||||
<img src="../images/u2fkey.jpg" alt="" class="img-rounded img-responsive" />
|
<img src="../images/u2fkey.jpg" alt="" class="img-rounded img-responsive" />
|
||||||
|
|||||||
Reference in New Issue
Block a user