diff --git a/app/views/items/_search_bar.html.erb b/app/views/items/_search_bar.html.erb
index 43489d7..1cd16a5 100644
--- a/app/views/items/_search_bar.html.erb
+++ b/app/views/items/_search_bar.html.erb
@@ -42,7 +42,7 @@
<%= link_to items_path(format: :csv), class: "py-2 px-3 border border-gray-300 rounded-lg text-sm font-medium bg-white text-gray-700 hover:bg-gray-50 flex items-center gap-1.5 transition shadow-sm", title: "Liste als Excel/CSV exportieren" do %>
- CSV
+ CSV
<% end %>
<% end %>
@@ -50,7 +50,7 @@