Merge pull request #2846 from basecamp/return-apostrophes-to-our-preferred-style

Return apostrophes to our preferred style
This commit is contained in:
Stanko Krtalić
2026-04-15 17:43:10 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+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 %>
+1
View File
@@ -9,6 +9,7 @@ class NotificationDeliveryTest < ActiveSupport::TestCase
@card.assignments.destroy_all @card.assignments.destroy_all
@assignee.notifications.destroy_all @assignee.notifications.destroy_all
stub_dns_resolution("142.250.185.206")
stub_web_push_pool stub_web_push_pool
@original_targets = Notification.push_targets.dup @original_targets = Notification.push_targets.dup