Merge pull request #2846 from basecamp/return-apostrophes-to-our-preferred-style
Return apostrophes to our preferred style
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
</div>
|
||||
|
||||
<% 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 we’ll get you signed in.</p>
|
||||
<% else %>
|
||||
<p>Enter your email and we'll get you signed in.</p>
|
||||
<p>Enter your email and we’ll get you signed in.</p>
|
||||
<% end %>
|
||||
|
||||
<button type="submit" id="log_in" class="btn btn--link center txt-medium">
|
||||
<span>Let's go</span>
|
||||
<span>Let’s go</span>
|
||||
<%= icon_tag "arrow-right" %>
|
||||
</button>
|
||||
<% end %>
|
||||
|
||||
@@ -9,6 +9,7 @@ class NotificationDeliveryTest < ActiveSupport::TestCase
|
||||
@card.assignments.destroy_all
|
||||
@assignee.notifications.destroy_all
|
||||
|
||||
stub_dns_resolution("142.250.185.206")
|
||||
stub_web_push_pool
|
||||
|
||||
@original_targets = Notification.push_targets.dup
|
||||
|
||||
Reference in New Issue
Block a user