From 62e12f248cfc6a56a939fcd78858e1439b83030c Mon Sep 17 00:00:00 2001 From: Ilya Zhitomirskiy Date: Mon, 24 Oct 2011 15:06:53 -0700 Subject: [PATCH] fixed missing translation on the signup and invitation accept pages --- app/views/invitations/edit.html.haml | 2 +- app/views/registrations/new.html.haml | 2 +- config/locales/diaspora/en.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml index 494509619..ca4047ff3 100644 --- a/app/views/invitations/edit.html.haml +++ b/app/views/invitations/edit.html.haml @@ -7,7 +7,7 @@ %br %br %h1 - = t('users.getting_started.welcome') + = t('welcome') %h3.accept_invitation_text = t('.accept_your_invitation') - flash.each do |name, msg| diff --git a/app/views/registrations/new.html.haml b/app/views/registrations/new.html.haml index b36826aec..012aa79be 100644 --- a/app/views/registrations/new.html.haml +++ b/app/views/registrations/new.html.haml @@ -8,7 +8,7 @@ %br %br %h1 - = t('users.getting_started.welcome') + = t('welcome') %h3.accept_invitation_text = t('.sign_up_message') - flash.each do |name, msg| diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index af3a3e7c6..fd9c7885e 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -38,7 +38,7 @@ en: all_aspects: "All Aspects" no_results: "No Results Found" _contacts: "Contacts" - + welcome: "Welcome!" #for reference translation, the real activerecord english transations are actually #in en-US, en-GB, and en-AU yml files