mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-09 19:28:06 +01:00
[PM-2014] feat: change wording to "creating" password
This commit is contained in:
parent
302876b2f7
commit
2928ec7dd7
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
<div *ngIf="currentStep === 'credentialCreation'" class="tw-flex tw-flex-col tw-items-center">
|
<div *ngIf="currentStep === 'credentialCreation'" class="tw-flex tw-flex-col tw-items-center">
|
||||||
<bit-icon [icon]="Icons.CreatePasskeyIcon" class="tw-mb-6"></bit-icon>
|
<bit-icon [icon]="Icons.CreatePasskeyIcon" class="tw-mb-6"></bit-icon>
|
||||||
<h3 bitTypography="h3">{{ "readingPasskeyLoading" | i18n }}</h3>
|
<h3 bitTypography="h3">{{ "creatingPasskeyLoading" | i18n }}</h3>
|
||||||
<p bitTypography="body1">{{ "readingPasskeyLoadingInfo" | i18n }}</p>
|
<p bitTypography="body1">{{ "creatingPasskeyLoadingInfo" | i18n }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -28,8 +28,8 @@
|
|||||||
class="tw-flex tw-flex-col tw-items-center"
|
class="tw-flex tw-flex-col tw-items-center"
|
||||||
>
|
>
|
||||||
<bit-icon [icon]="Icons.CreatePasskeyFailedIcon" class="tw-mb-6"></bit-icon>
|
<bit-icon [icon]="Icons.CreatePasskeyFailedIcon" class="tw-mb-6"></bit-icon>
|
||||||
<h3 bitTypography="h3">{{ "errorReadingPasskey" | i18n }}</h3>
|
<h3 bitTypography="h3">{{ "errorCreatingPasskey" | i18n }}</h3>
|
||||||
<p bitTypography="body1">{{ "errorReadingPasskeyInfo" | i18n }}</p>
|
<p bitTypography="body1">{{ "errorCreatingPasskeyInfo" | i18n }}</p>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container bitDialogFooter>
|
<ng-container bitDialogFooter>
|
||||||
|
@ -643,17 +643,17 @@
|
|||||||
"passkeyEnterMasterPassword": {
|
"passkeyEnterMasterPassword": {
|
||||||
"message": "Enter your master password to modify log in with passkey settings."
|
"message": "Enter your master password to modify log in with passkey settings."
|
||||||
},
|
},
|
||||||
"readingPasskeyLoading": {
|
"creatingPasskeyLoading": {
|
||||||
"message": "Reading passkey..."
|
"message": "Creating passkey..."
|
||||||
},
|
},
|
||||||
"readingPasskeyLoadingInfo": {
|
"creatingPasskeyLoadingInfo": {
|
||||||
"message": "Keep this window open and follow prompts from your browser."
|
"message": "Keep this window open and follow prompts from your browser."
|
||||||
},
|
},
|
||||||
"errorReadingPasskey": {
|
"errorCreatingPasskey": {
|
||||||
"message": "Error reading passkey"
|
"message": "Error creating passkey"
|
||||||
},
|
},
|
||||||
"errorReadingPasskeyInfo": {
|
"errorCreatingPasskeyInfo": {
|
||||||
"message": "There was a problem reading your passkey."
|
"message": "There was a problem creating your passkey."
|
||||||
},
|
},
|
||||||
"tryAgain": {
|
"tryAgain": {
|
||||||
"message": "Try again"
|
"message": "Try again"
|
||||||
|
Loading…
Reference in New Issue
Block a user