1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

[PM-5401] Rename Passkey "custom name" (#7578)

* Change to Name from CustomName

* Fixing messages

* Fix case

* component i18n key change
This commit is contained in:
Ike
2024-01-17 12:44:56 -05:00
committed by GitHub
parent c85b43371a
commit fe73709e59
2 changed files with 1 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
{{ "customPasskeyNameInfo" | i18n }} {{ "customPasskeyNameInfo" | i18n }}
</p> </p>
<bit-form-field class="!tw-mb-0"> <bit-form-field class="!tw-mb-0">
<bit-label>{{ "customName" | i18n }}</bit-label> <bit-label>{{ "name" | i18n }}</bit-label>
<input type="text" bitInput formControlName="name" appAutofocus /> <input type="text" bitInput formControlName="name" appAutofocus />
<bit-hint>{{ <bit-hint>{{
"charactersCurrentAndMaximum" "charactersCurrentAndMaximum"

View File

@@ -656,9 +656,6 @@
"passkeySuccessfullyCreated": { "passkeySuccessfullyCreated": {
"message": "Passkey successfully created!" "message": "Passkey successfully created!"
}, },
"customName": {
"message": "Custom name"
},
"customPasskeyNameInfo": { "customPasskeyNameInfo": {
"message": "Name your passkey to help you identify it." "message": "Name your passkey to help you identify it."
}, },