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!