1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

fixed translation bugs inside the "Options" page (#5698)

Co-authored-by: Jason Ng <jng@bitwarden.com>
This commit is contained in:
sdimarzo 2023-07-03 18:21:38 +02:00 committed by GitHub
parent 5e29d9be45
commit b0d7a71b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -2237,5 +2237,11 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"general": {
"message": "General"
},
"display": {
"message": "Display"
}
}

View File

@ -21,7 +21,7 @@
>
<i *ngIf="!showGeneral" class="bwi bwi-angle-right bwi-sm icon" aria-hidden="true"></i>
<i *ngIf="showGeneral" class="bwi bwi-angle-down bwi-sm icon" aria-hidden="true"></i>
General
{{ "general" | i18n }}
</button>
</h2>
</div>
@ -122,7 +122,7 @@
>
<i *ngIf="!showDisplay" class="bwi bwi-angle-right bwi-sm icon" aria-hidden="true"></i>
<i *ngIf="showDisplay" class="bwi bwi-angle-down bwi-sm icon" aria-hidden="true"></i>
Display
{{ "display" | i18n }}
</button>
</h2>
</div>