diff --git a/app/views/valuation/budget_investments/edit.html.erb b/app/views/valuation/budget_investments/edit.html.erb
index 4ecd8748e..7c1d51239 100644
--- a/app/views/valuation/budget_investments/edit.html.erb
+++ b/app/views/valuation/budget_investments/edit.html.erb
@@ -79,7 +79,11 @@
<%= f.label :valuation_finished do %>
- <%= f.check_box :valuation_finished, title: t('valuation.budget_investments.edit.valuation_finished'), label: false %>
+ <%= f.check_box :valuation_finished,
+ title: t('valuation.budget_investments.edit.valuation_finished'),
+ label: false, id: 'js-investment-report-alert',
+ "data-alert": t("valuation.budget_investments.edit.valuation_finished_alert"),
+ "data-not-feasible-alert": t("valuation.budget_investments.edit.not_feasible_alert") %>
<%= t("valuation.budget_investments.edit.valuation_finished") %>
<% end %>