a11yist/app/views/error_pages/length_required.html.slim
david 1afb36799a
Some checks failed
/ Run tests (push) Failing after 1m19s
/ Run system tests (push) Failing after 1m20s
/ Build, push and deploy image (push) Has been skipped
error pages
2024-11-11 07:21:55 +01:00

3 lines
88 B
Text

- content_for(:code) { "411" }
- content_for(:message) { t("errors.length_required") }