From f66fa886bc61a6579f310d082dfdef8c5d53356b Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Wed, 15 Apr 2026 17:31:10 +0200 Subject: [PATCH] Return apostrophes to our preferred style --- app/views/sessions/new.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %>