diff --git a/app/views/nonprofits/dashboard/_todo_messages.html.erb b/app/views/nonprofits/dashboard/_todo_messages.html.erb index 0c21f497..839d328a 100644 --- a/app/views/nonprofits/dashboard/_todo_messages.html.erb +++ b/app/views/nonprofits/dashboard/_todo_messages.html.erb @@ -9,6 +9,6 @@ Once you've started completing these tasks, you'll see your dashboard come to life with helpful data and reminders. - <% if Settings.terms_and_privacy&.help_url %><%= link_to("Help", Settings.terms_and_privacy.help_url) %><% end %> + <% if Settings.terms_and_privacy&.help_url %> If you need help with any these tasks, visit our <%= link_to("Help Center", Settings.terms_and_privacy.help_url) %>.<% end %>