Use plural forms for date_of_birth
prompt (#34636)
This commit is contained in:
parent
65baf9b04a
commit
f993d7578b
2 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
.fields-group
|
||||
= f.input :date_of_birth,
|
||||
as: :date_of_birth,
|
||||
hint: t('simple_form.hints.user.date_of_birth', age: Setting.min_age.to_i),
|
||||
hint: t('simple_form.hints.user.date_of_birth', count: Setting.min_age.to_i),
|
||||
required: true,
|
||||
wrapper: :with_block_label
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue