Update age limit wording (#35387)

This commit is contained in:
diondiondion
2025-07-15 17:46:44 +02:00
committed by David Roetzel
parent da0cc0f5b9
commit 77fe044f03
40 changed files with 6 additions and 129 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