From 1572e70b65ebf3281739612d53b099c32a794c0a Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Fri, 13 Feb 2026 17:45:58 -0600 Subject: [PATCH] Fix typo --- app/views/account/imports/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/imports/show.html.erb b/app/views/account/imports/show.html.erb index 44d9228e6..88dd75ebe 100644 --- a/app/views/account/imports/show.html.erb +++ b/app/views/account/imports/show.html.erb @@ -12,7 +12,7 @@ <% when "completed" %>
-
Your import was successfull!
+
Your import was successful!
<%= link_to "Go to your account →", landing_url(script_name: @import.account.slug), class: "btn btn--link" %>
<% when "failed" %>