From 766f8ced426424299ef05ff43a6ec11a86e1a774 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 5 Aug 2023 16:04:37 -0400 Subject: [PATCH] Typo --- templates/page/captcha.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page/captcha.html.ep b/templates/page/captcha.html.ep index 06f9bbf..db327c0 100644 --- a/templates/page/captcha.html.ep +++ b/templates/page/captcha.html.ep @@ -16,7 +16,7 @@

Should be a single number between <%= $error->[2] %> and <%= $error->[3] %>.

<% } =%> - <%= label_for answer => "What roman numeral is this?: $roman_numeral" %> + <%= label_for answer => "What Roman numeral is this?: $roman_numeral" %> <%= number_field 'answer', ( id => 'answer', min => 1,