diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml
index 229c5f52a..4d19b9061 100644
--- a/app/views/shared/_right_sections.html.haml
+++ b/app/views/shared/_right_sections.html.haml
@@ -43,6 +43,8 @@
!= t('aspects.index.help.satisfaction', :link => link_to("GetSatisfaction", "http://getsatisfaction.com/diaspora"))
%br
!= t('aspects.index.help.tutorials', :link => link_to("Diasporial" , "http://diasporial.com/tutorials"))
+ %br
+ != t('aspects.index.help.email_feedback', :link => link_to("Email" , "mailto:yosem@joindiaspora.com"))
- unless AppConfig.configured_services.blank? || all_services_connected?
.section
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 0ab665566..c05d2879b 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -174,6 +174,7 @@ en:
feature_suggestion: "... have a %{link} suggestion?"
tutorials: "%{link}: Community-powered tutorials, how-to, and news"
satisfaction: "%{link}: Community-powered support"
+ email_feedback: "%{link} your feedback, if you prefer"
cubbies:
heading: "Connect to Cubbi.es"
explanation: "Cubbi.es is the first Diaspora application under development."