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

i18n nits

This commit is contained in:
✨ Audrey ✨ 2024-10-20 16:45:13 -04:00
parent 71fc8e9c71
commit e39a022d7a
No known key found for this signature in database
GPG Key ID: 0CF8B4C0D9088B97
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<input bitInput formControlName="domain" type="text" /> <input bitInput formControlName="domain" type="text" />
</bit-form-field> </bit-form-field>
<bit-form-field *ngIf="displayToken"> <bit-form-field *ngIf="displayToken">
<bit-label>{{ "apiAccessToken" | i18n }}</bit-label> <bit-label>{{ "apiKey" | i18n }}</bit-label>
<input bitInput formControlName="token" type="password" /> <input bitInput formControlName="token" type="password" />
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button> <button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
</bit-form-field> </bit-form-field>

View File

@ -244,6 +244,7 @@ export function toCredentialGeneratorConfiguration<Settings extends ApiSettings
id: { forwarder: configuration.id }, id: { forwarder: configuration.id },
category: "email", category: "email",
nameKey: configuration.name, nameKey: configuration.name,
descriptionKey: "forwardedEmailDesc",
onlyOnRequest: true, onlyOnRequest: true,
request: configuration.forwarder.request, request: configuration.forwarder.request,
engine: { engine: {