diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index aba27d540..fa2892b90 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -11,13 +11,13 @@ <% if Account.accepting_signups? %> -
New here? <%= link_to "Sign up", new_signup_path %> to create an account. Already have an account? Enter your email and we'll get you signed in.
+New here? <%= link_to "Sign up", new_signup_path %> to create an account. Already have an account? Enter your email and we’ll get you signed in.
<% else %> -Enter your email and we'll get you signed in.
+Enter your email and we’ll get you signed in.
<% end %> <% end %>