Add link to the faq in the right panel
This commit is contained in:
parent
5a821efa18
commit
0c8adb2070
2 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue