mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01: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:
parent
c85b43371a
commit
fe73709e59
@ -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"
|
||||||
|
@ -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."
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user