1
0
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:
Andreas Coroiu 2023-05-08 08:45:55 +02:00
parent 302876b2f7
commit 2928ec7dd7
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A
2 changed files with 11 additions and 11 deletions

View File

@ -19,8 +19,8 @@
<div *ngIf="currentStep === 'credentialCreation'" class="tw-flex tw-flex-col tw-items-center">
<bit-icon [icon]="Icons.CreatePasskeyIcon" class="tw-mb-6"></bit-icon>
<h3 bitTypography="h3">{{ "readingPasskeyLoading" | i18n }}</h3>
<p bitTypography="body1">{{ "readingPasskeyLoadingInfo" | i18n }}</p>
<h3 bitTypography="h3">{{ "creatingPasskeyLoading" | i18n }}</h3>
<p bitTypography="body1">{{ "creatingPasskeyLoadingInfo" | i18n }}</p>
</div>
<div
@ -28,8 +28,8 @@
class="tw-flex tw-flex-col tw-items-center"
>
<bit-icon [icon]="Icons.CreatePasskeyFailedIcon" class="tw-mb-6"></bit-icon>
<h3 bitTypography="h3">{{ "errorReadingPasskey" | i18n }}</h3>
<p bitTypography="body1">{{ "errorReadingPasskeyInfo" | i18n }}</p>
<h3 bitTypography="h3">{{ "errorCreatingPasskey" | i18n }}</h3>
<p bitTypography="body1">{{ "errorCreatingPasskeyInfo" | i18n }}</p>
</div>
</ng-container>
<ng-container bitDialogFooter>

View File

@ -643,17 +643,17 @@
"passkeyEnterMasterPassword": {
"message": "Enter your master password to modify log in with passkey settings."
},
"readingPasskeyLoading": {
"message": "Reading passkey..."
"creatingPasskeyLoading": {
"message": "Creating passkey..."
},
"readingPasskeyLoadingInfo": {
"creatingPasskeyLoadingInfo": {
"message": "Keep this window open and follow prompts from your browser."
},
"errorReadingPasskey": {
"message": "Error reading passkey"
"errorCreatingPasskey": {
"message": "Error creating passkey"
},
"errorReadingPasskeyInfo": {
"message": "There was a problem reading your passkey."
"errorCreatingPasskeyInfo": {
"message": "There was a problem creating your passkey."
},
"tryAgain": {
"message": "Try again"