From 13c16af5adca2d18ae669ac451947a5bfb678384 Mon Sep 17 00:00:00 2001 From: movilla Date: Sat, 26 May 2012 21:49:54 +0200 Subject: [PATCH] Fix Translation missing Email_link --- app/views/shared/_right_sections.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml index 77e088acd..d0a0cd5b0 100644 --- a/app/views/shared/_right_sections.html.haml +++ b/app/views/shared/_right_sections.html.haml @@ -42,7 +42,7 @@ %p != t('aspects.index.help.tutorials_wiki_and_forum', :tutorial => link_to("Diasporial" , "http://diasporial.com/tutorials", :target => '_blank'), :wiki => link_to('Wiki','http://github.com/diaspora/diaspora/wiki', :target => '_blank'), :forum => link_to("Forum", "http://www.diasporaforum.org/", :target => '_blank')) %p - != t('aspects.index.help.email_feedback', :link => link_to(t('.email_link'), "mailto:feedback@joindiaspora.com")) + != t('aspects.index.help.email_feedback', :link => link_to(t('aspects.index.help.email_link'), "mailto:feedback@joindiaspora.com")) - unless AppConfig.configured_services.blank? || all_services_connected? .section