From 8beddb050ec5ce3e2ec9c82a29dfcca3cf52d6ad Mon Sep 17 00:00:00 2001 From: Carolyn Date: Wed, 12 Feb 2025 18:07:03 +0000 Subject: [PATCH] Fix spelling typo in tab title --- app/views/csv_downloads/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/csv_downloads/show.html.erb b/app/views/csv_downloads/show.html.erb index 18f8a67fe..c8cd6b2f8 100644 --- a/app/views/csv_downloads/show.html.erb +++ b/app/views/csv_downloads/show.html.erb @@ -1,4 +1,4 @@ -<% title = "Downlaod CSV file" %> +<% title = "Download CSV file" %> <% content_for :title, title %>