@ -1,7 +1,7 @@
<% content_for :title, "We've sending you an email" %>
<% content_for :title, "We’re sending you an email" %>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= govuk_panel(title_text: "We're sending you an email") %>
<%= govuk_panel(title_text: "We’re sending you an email") %>
<p class="govuk-body">It should arrive in a few minutes, but it could take longer.</p>
@ -783,7 +783,7 @@ RSpec.describe LettingsLogsController, type: :request do
it "confirms that the user will receive an email with the requested CSV" do
get "/lettings-logs/csv-confirmation"
expect(CGI.unescape_html(response.body)).to include("We're sending you an email")
expect(CGI.unescape_html(response.body)).to include("We’re sending you an email")
end