1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

PM-14361 - In PM-8111, the loginWithPasskey web translation was changed to be logInWithPasskey but the usages were not updated. This updates the usages to point to the new translation key. (#11815)

This commit is contained in:
Jared Snider 2024-10-31 17:10:09 -04:00 committed by GitHub
parent eba1212e1c
commit c07bf26898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog dialogSize="large" [loading]="loading$ | async">
<span bitDialogTitle
>{{ "loginWithPasskey" | i18n }}
>{{ "logInWithPasskey" | i18n }}
<span class="tw-text-sm tw-normal-case tw-text-muted">{{ "newPasskey" | i18n }}</span>
</span>
<ng-container bitDialogContent>

View File

@ -1,5 +1,5 @@
<h2 bitTypography="h2">
{{ "loginWithPasskey" | i18n }}
{{ "logInWithPasskey" | i18n }}
<ng-container *ngIf="hasData">
<span
*ngIf="requireSsoPolicyEnabled"
@ -89,7 +89,7 @@
*ngIf="!hasCredentials"
type="button"
bitButton
[attr.aria-label]="('enable' | i18n) + ' ' + ('loginWithPasskey' | i18n)"
[attr.aria-label]="('enable' | i18n) + ' ' + ('logInWithPasskey' | i18n)"
[disabled]="loading"
(click)="createCredential()"
>

View File

@ -104,7 +104,7 @@ const routes: Routes = [
{
path: "login-with-passkey",
component: LoginViaWebAuthnComponent,
data: { titleId: "loginWithPasskey" } satisfies RouteDataProperties,
data: { titleId: "logInWithPasskey" } satisfies RouteDataProperties,
},
{
path: "admin-approval-requested",