mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00: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:
@@ -1,7 +1,7 @@
|
|||||||
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
<form [formGroup]="formGroup" [bitSubmit]="submit">
|
||||||
<bit-dialog dialogSize="large" [loading]="loading$ | async">
|
<bit-dialog dialogSize="large" [loading]="loading$ | async">
|
||||||
<span bitDialogTitle
|
<span bitDialogTitle
|
||||||
>{{ "loginWithPasskey" | i18n }}
|
>{{ "logInWithPasskey" | i18n }}
|
||||||
<span class="tw-text-sm tw-normal-case tw-text-muted">{{ "newPasskey" | i18n }}</span>
|
<span class="tw-text-sm tw-normal-case tw-text-muted">{{ "newPasskey" | i18n }}</span>
|
||||||
</span>
|
</span>
|
||||||
<ng-container bitDialogContent>
|
<ng-container bitDialogContent>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<h2 bitTypography="h2">
|
<h2 bitTypography="h2">
|
||||||
{{ "loginWithPasskey" | i18n }}
|
{{ "logInWithPasskey" | i18n }}
|
||||||
<ng-container *ngIf="hasData">
|
<ng-container *ngIf="hasData">
|
||||||
<span
|
<span
|
||||||
*ngIf="requireSsoPolicyEnabled"
|
*ngIf="requireSsoPolicyEnabled"
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
*ngIf="!hasCredentials"
|
*ngIf="!hasCredentials"
|
||||||
type="button"
|
type="button"
|
||||||
bitButton
|
bitButton
|
||||||
[attr.aria-label]="('enable' | i18n) + ' ' + ('loginWithPasskey' | i18n)"
|
[attr.aria-label]="('enable' | i18n) + ' ' + ('logInWithPasskey' | i18n)"
|
||||||
[disabled]="loading"
|
[disabled]="loading"
|
||||||
(click)="createCredential()"
|
(click)="createCredential()"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ const routes: Routes = [
|
|||||||
{
|
{
|
||||||
path: "login-with-passkey",
|
path: "login-with-passkey",
|
||||||
component: LoginViaWebAuthnComponent,
|
component: LoginViaWebAuthnComponent,
|
||||||
data: { titleId: "loginWithPasskey" } satisfies RouteDataProperties,
|
data: { titleId: "logInWithPasskey" } satisfies RouteDataProperties,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "admin-approval-requested",
|
path: "admin-approval-requested",
|
||||||
|
|||||||
Reference in New Issue
Block a user