mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-17 15:53:16 +00:00
Update age limit wording (#35387)
This commit is contained in:
parent
d36bf3b6fb
commit
07912a1cb7
40 changed files with 5 additions and 131 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', count: Setting.min_age.to_i),
|
||||
hint: t('simple_form.hints.user.date_of_birth', count: Setting.min_age.to_i, domain: site_hostname),
|
||||
required: true,
|
||||
wrapper: :with_block_label
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue