Skip to content

Commit

Permalink
description text for reCaptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomet committed Sep 2, 2010
1 parent ec24005 commit 71e8138
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/people/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
</div>
<div class="login_form_br"></div>
<% if APP_CONFIG.use_recaptcha%>
<div class="login_padding">
<b><%= t(:enter_captcha) %>*:</b><br />
</div>
<div class="login_padding">
<%= recaptcha_tags %><br />
</div>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
:show_consent => "Show the consent",
:consent_accepted => "You are now logged in Kassi. Welcome!",
:captcha_incorrect => "reCAPTCHA check failed. Please write the words in the image to the box below.",
:enter_captcha => "I'm a human (type the words in the picture)",

#General
:all => "All",
Expand Down
1 change: 1 addition & 0 deletions config/locales/fi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
:show_consent => "Näytä tutkimussuostumus",
:consent_accepted => "Olet nyt kirjautuneena Kassiin. Tervetuloa!",
:captcha_incorrect => "reCAPTCHA varmistus epäonnistui. Kirjoita kuvassa näkyvät sanat alla olevaan kenttään.",
:enter_captcha => "En ole robotti (kirjoita kuvan sanat)",

#General
:all => "Kaikki",
Expand Down

0 comments on commit 71e8138

Please sign in to comment.