More translations, incl. attributes
Some checks failed
CI / scan_ruby (push) Failing after 13s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 33s

This commit is contained in:
sto
2025-03-28 14:26:57 +01:00
parent 10fa821f19
commit 21f71f9d32
8 changed files with 81 additions and 23 deletions

View File

@@ -9,14 +9,13 @@
.form-check.form-switch
= form.check_box :team, class: "form-check-input"
= form.label :team
| Team contest
.form-text For UI display purposes mainly
.form-text = t("activerecord.attributes.contest.team_description")
.row.mb-3
.col
.form-check.form-switch
= form.check_box :allow_registration, class: "form-check-input"
= form.label :allow_registration
.form-text Generates a shareable registration form for this contest
.form-text = t("activerecord.attributes.contest.allow_registration_description")
.row
.col
= form.submit submit_text, class: "btn btn-primary"