Return apostrophes to our preferred style

This commit is contained in:
Stanko K.R.
2026-04-15 17:31:10 +02:00
parent abd59567e3
commit f66fa886bc
+3 -3
View File
@@ -11,13 +11,13 @@
</div> </div>
<% if Account.accepting_signups? %> <% if Account.accepting_signups? %>
<p><strong>New here?</strong> <%= link_to "Sign up", new_signup_path %> to create an account. <strong>Already have an account?</strong> Enter your email and we'll get you signed in.</p> <p><strong>New here?</strong> <%= link_to "Sign up", new_signup_path %> to create an account. <strong>Already have an account?</strong> Enter your email and well get you signed in.</p>
<% else %> <% else %>
<p>Enter your email and we'll get you signed in.</p> <p>Enter your email and well get you signed in.</p>
<% end %> <% end %>
<button type="submit" id="log_in" class="btn btn--link center txt-medium"> <button type="submit" id="log_in" class="btn btn--link center txt-medium">
<span>Let's go</span> <span>Lets go</span>
<%= icon_tag "arrow-right" %> <%= icon_tag "arrow-right" %>
</button> </button>
<% end %> <% end %>