Add missing translations from captcha.ecr

This commit is contained in:
syeopite 2023-07-27 12:54:43 -07:00
parent d53543a757
commit 05c4806873
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@
"User ID": "User ID", "User ID": "User ID",
"Password": "Password", "Password": "Password",
"Time (h:mm:ss):": "Time (h:mm:ss):", "Time (h:mm:ss):": "Time (h:mm:ss):",
"text_captcha_form_placeholder_text": "Answer",
"captcha_verification_page_title": "Human Verification", "captcha_verification_page_title": "Human Verification",
"Text CAPTCHA": "Text CAPTCHA", "Text CAPTCHA": "Text CAPTCHA",
"Image CAPTCHA": "Image CAPTCHA", "Image CAPTCHA": "Image CAPTCHA",

View File

@ -30,7 +30,7 @@
<% end %> <% end %>
<input type="hidden" name="captcha_type" value="text"> <input type="hidden" name="captcha_type" value="text">
<label for="answer"><%= captcha[:question] %></label> <label for="answer"><%= captcha[:question] %></label>
<input type="text" name="answer" type="text" placeholder="<%= translate(locale, "Answer") %>"> <input type="text" name="answer" type="text" placeholder="<%= translate(locale, "text_captcha_form_placeholder_text") %>">
<% end %> <% end %>
<button type="submit" name="action" value="signup" class="pure-button pure-button-primary"> <button type="submit" name="action" value="signup" class="pure-button pure-button-primary">