mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 15:45:46 -04:00
Add missing translations from captcha.ecr
This commit is contained in:
parent
d53543a757
commit
05c4806873
@ -54,6 +54,7 @@
|
||||
"User ID": "User ID",
|
||||
"Password": "Password",
|
||||
"Time (h:mm:ss):": "Time (h:mm:ss):",
|
||||
"text_captcha_form_placeholder_text": "Answer",
|
||||
"captcha_verification_page_title": "Human Verification",
|
||||
"Text CAPTCHA": "Text CAPTCHA",
|
||||
"Image CAPTCHA": "Image CAPTCHA",
|
||||
|
@ -30,7 +30,7 @@
|
||||
<% end %>
|
||||
<input type="hidden" name="captcha_type" value="text">
|
||||
<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 %>
|
||||
|
||||
<button type="submit" name="action" value="signup" class="pure-button pure-button-primary">
|
||||
|
Loading…
x
Reference in New Issue
Block a user