diff --git a/app/helpers/budget_investments_helper.rb b/app/helpers/budget_investments_helper.rb
index 810856057..419efe6b4 100644
--- a/app/helpers/budget_investments_helper.rb
+++ b/app/helpers/budget_investments_helper.rb
@@ -12,7 +12,7 @@ module BudgetInvestmentsHelper
translation = t("admin.budget_investments.index.list.#{column}")
link_to(
- "#{translation} ".html_safe,
+ "#{translation} ".html_safe,
admin_budget_budget_investments_path(sort_by: column, direction: direction)
)
end