From 0c8adb2070c5890ea2672f30985a54667fe9c184 Mon Sep 17 00:00:00 2001 From: flaburgan Date: Mon, 16 Sep 2013 18:14:05 -0700 Subject: [PATCH] Add link to the faq in the right panel --- app/views/shared/_right_sections.html.haml | 1 + config/locales/diaspora/en.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml index bd31ef980..ae86d2c46 100644 --- a/app/views/shared/_right_sections.html.haml +++ b/app/views/shared/_right_sections.html.haml @@ -41,6 +41,7 @@ %br %p != t('aspects.index.help.tutorials_and_wiki', + :faq => link_to(t('_help'), faq_getting_help_path), :tutorial => link_to(t('aspects.index.help.tutorial_link_text'), "https://diasporafoundation.org/tutorials", :target => '_blank'), :wiki => link_to('Wiki','http://wiki.diasporafoundation.org', :target => '_blank'), :target => '_blank') diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 9c28769f4..2830a5650 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -240,7 +240,7 @@ en: tag_bug: "bug" feature_suggestion: "... have a %{link} suggestion?" tag_feature: "feature" - tutorials_and_wiki: "%{tutorial} & %{wiki}: Help for your first steps." + tutorials_and_wiki: "%{faq}, %{tutorial} & %{wiki}: Help for your first steps." tutorial_link_text: "Tutorials" email_feedback: "%{link} your feedback, if you prefer" email_link: "Email"