From 1b668ead62139d6b1b570ec14e7ae276c69cb7c0 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sun, 18 Aug 2013 08:24:57 -0700 Subject: [PATCH 1/1] Link to help page from welcome --- app/views/site/welcome.html.erb | 2 +- config/locales/en.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 7f3d000d4..60c2a3c30 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -51,7 +51,7 @@

<%= t "welcome_page.questions.title" %>

-

<%= t "welcome_page.questions.paragraph_1_html" %>

+

<%= t "welcome_page.questions.paragraph_1_html", :help_url => help_path %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index ee567d7b2..06837c24a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1188,8 +1188,9 @@ en: questions: title: Any questions? paragraph_1_html: | - Need help mapping, or not clear on how to use OpenStreetMap? Get your questions answered - on the help website. + OpenStreetMap has several resources for learning about the project, asking and answering + questions, and collaboratively discussing and documenting mapping topics. + Get help here. start_mapping: Start Mapping add_a_note: title: No Time To Edit? Add a Note! -- 2.43.2