Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loarie committed Jan 21, 2017
1 parent 5e182bd commit 7e67999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/mailer/confirmation_instructions.html.erb
Expand Up @@ -25,7 +25,7 @@
<p><%= t(:wondering_what_to_do_next) %></p>

<ul>
<li><%= link_to t(:read_our_getting_started_guide), url_for(:controller => "help", :action => "getting_started", :only_path => false) %></li>
<li><%= link_to t(:read_our_getting_started_guide).capitalize, url_for(:controller => "help", :action => "getting_started", :only_path => false) %></li>
<li><%= link_to t(:add_an_observation).capitalize, new_observation_url %></li>
<li><%= link_to t(:fill_out_your_profile).capitalize, edit_user_url(@resource) %></li>
<li>
Expand Down

0 comments on commit 7e67999

Please sign in to comment.