Update age limit wording (#35387)

This commit is contained in:
diondiondion 2025-07-15 17:46:44 +02:00 committed by GitHub
parent d36bf3b6fb
commit 07912a1cb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 5 additions and 131 deletions

View file

@ -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