diff --git a/app/views/account/imports/show.html.erb b/app/views/account/imports/show.html.erb
index 88dd75ebe..745eb7bae 100644
--- a/app/views/account/imports/show.html.erb
+++ b/app/views/account/imports/show.html.erb
@@ -19,9 +19,9 @@
Import failed
<% if @import.failed_due_to_conflict? %>
-
The account you‘re trying to import already exists. Make sure you‘re importing a <%= Fizzy.saas? ? "self-hosted" : "fizzy.do" %> account.
+
The account you’re trying to import already exists. Make sure you’re importing a <%= Fizzy.saas? ? "self-hosted" : "fizzy.do" %> account.
<% elsif @import.failed_due_to_invalid_export? %>
-
The .zip file you uploaded doesn‘t look like a Fizzy account export.
+
The .zip file you uploaded doesn’t look like a Fizzy account export.
<% else %>
This may be due to corrupted export data or a conflict with existing data. Please try again with a fresh export.
<% end %>
diff --git a/app/views/account/settings/_export.html.erb b/app/views/account/settings/_export.html.erb
index ad2d8392a..3608e764f 100644
--- a/app/views/account/settings/_export.html.erb
+++ b/app/views/account/settings/_export.html.erb
@@ -10,7 +10,7 @@