mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
[EC-1022] add hint to group name input about max chars (#4553)
This commit is contained in:
parent
62986be1a2
commit
64e0d45caf
@ -21,6 +21,7 @@
|
||||
<bit-form-field>
|
||||
<bit-label>{{ "name" | i18n }}</bit-label>
|
||||
<input bitInput type="text" formControlName="name" />
|
||||
<bit-hint>{{ "characterMaximum" | i18n: 100 }}</bit-hint>
|
||||
</bit-form-field>
|
||||
<bit-form-field>
|
||||
<bit-label>{{ "externalId" | i18n }}</bit-label>
|
||||
|
@ -5293,6 +5293,15 @@
|
||||
"required": {
|
||||
"message": "required"
|
||||
},
|
||||
"characterMaximum": {
|
||||
"message": "$MAX$ character maximum",
|
||||
"placeholders": {
|
||||
"max": {
|
||||
"content": "$1",
|
||||
"example": "100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"idpSingleSignOnServiceUrlRequired": {
|
||||
"message": "Required if Entity ID is not a URL."
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user