lib/authpwn_rails/generators/templates/session/welcome.html.erb in authpwn_rails-0.4.3 vs lib/authpwn_rails/generators/templates/session/welcome.html.erb in authpwn_rails-0.4.4
- old
+ new
@@ -1,5 +1,5 @@
<p>
This view gets displayed when the user is not logged in. Entice the user to
- sign up for your application, and point them to
- <%= link_to 'the login form', new_session_path %>.
+ sign up for your application, and allow them to
+ <%= link_to 'Log in', new_session_path %>.
</p>