[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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."
}, },