diff --git a/app/views/case_logs/_log_list.html.erb b/app/views/case_logs/_log_list.html.erb
index 4f2de0157..e728a5385 100644
--- a/app/views/case_logs/_log_list.html.erb
+++ b/app/views/case_logs/_log_list.html.erb
@@ -3,7 +3,7 @@
<%= pagy.count %> total <%= title.downcase %>
- Download (CSV)
+ Download (CSV)
diff --git a/spec/requests/case_logs_controller_spec.rb b/spec/requests/case_logs_controller_spec.rb
index 4fd02f470..b3fa651eb 100644
--- a/spec/requests/case_logs_controller_spec.rb
+++ b/spec/requests/case_logs_controller_spec.rb
@@ -433,7 +433,7 @@ RSpec.describe CaseLogsController, type: :request do
it "downloads answer labels rather than values" do
csv = CSV.parse(response.body)
- expect(csv.second[10]).to eq("Full-time - 30 hours or more")
+ expect(csv.second[10]).to eq("Full-time – 30 hours or more")
end
end