1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-22 07:50:04 +02:00

additional i18n nits

This commit is contained in:
✨ Audrey ✨ 2024-10-20 17:07:09 -04:00
parent e39a022d7a
commit aed3a83e43
No known key found for this signature in database
GPG Key ID: 0CF8B4C0D9088B97
2 changed files with 6 additions and 1 deletions

View File

@ -2867,6 +2867,10 @@
"forwardedEmailDesc": {
"message": "Generate an email alias with an external forwarding service."
},
"forwarderDomainNameHint": {
"message": "Domain name",
"description": "Some forwarders provide several domains to choose from."
},
"forwarderError": {
"message": "$SERVICENAME$ error: $ERRORMESSAGE$",
"description": "Reports an error returned by a forwarding service to the user.",

View File

@ -1,7 +1,8 @@
<form class="box" [formGroup]="settings" class="tw-container">
<bit-form-field *ngIf="displayDomain">
<bit-label>{{ "aliasDomain" | i18n }}</bit-label>
<bit-label>{{ "domainName" | i18n }}</bit-label>
<input bitInput formControlName="domain" type="text" />
<bit-hint>{{ "forwarderDomainNameHint" | i18n }}</bit-hint>
</bit-form-field>
<bit-form-field *ngIf="displayToken">
<bit-label>{{ "apiKey" | i18n }}</bit-label>