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