diff --git a/app/views/account/exports/show.html.erb b/app/views/account/exports/show.html.erb index 5dee8d81f..f01c13dc5 100644 --- a/app/views/account/exports/show.html.erb +++ b/app/views/account/exports/show.html.erb @@ -11,12 +11,10 @@ <% end %>
Your export is ready. The download should start automatically.
+Your export is ready. The download should start automatically.
<%= link_to rails_blob_path(@export.file, disposition: "attachment"), id: "download-link", @@ -25,7 +23,7 @@ Download your data <% end %> <% else %> -That download link has expired. You’ll need to <%= link_to "request a new export", account_settings_path, class: "txt-lnk" %>.
+That download link has expired. You’ll need to <%= link_to "request a new export", account_settings_path, class: "txt-lnk" %>.
<% end %>