fixed missing translation on the signup and invitation accept pages

This commit is contained in:
Ilya Zhitomirskiy 2011-10-24 15:06:53 -07:00
parent 2a62867cc4
commit 62e12f248c
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
%br %br
%br %br
%h1 %h1
= t('users.getting_started.welcome') = t('welcome')
%h3.accept_invitation_text %h3.accept_invitation_text
= t('.accept_your_invitation') = t('.accept_your_invitation')
- flash.each do |name, msg| - flash.each do |name, msg|

View file

@ -8,7 +8,7 @@
%br %br
%br %br
%h1 %h1
= t('users.getting_started.welcome') = t('welcome')
%h3.accept_invitation_text %h3.accept_invitation_text
= t('.sign_up_message') = t('.sign_up_message')
- flash.each do |name, msg| - flash.each do |name, msg|

View file

@ -38,7 +38,7 @@ en:
all_aspects: "All Aspects" all_aspects: "All Aspects"
no_results: "No Results Found" no_results: "No Results Found"
_contacts: "Contacts" _contacts: "Contacts"
welcome: "Welcome!"
#for reference translation, the real activerecord english transations are actually #for reference translation, the real activerecord english transations are actually
#in en-US, en-GB, and en-AU yml files #in en-US, en-GB, and en-AU yml files