Add forgotten translation to locale files.

This commit is contained in:
Senén Rodero Rodríguez
2017-06-26 15:32:31 +02:00
parent 7c998e541e
commit 8ce237805c
3 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
remove_image_budget_investment_path(@investment.budget, @investment),
class: "button hollow alert",
method: :delete,
data: { confirm: "¿Está seguro que desea eliminar la imagen del proyecto?" } %>
data: { confirm: t("budgets.investments.edit_image.form.remove_alert") } %>
<% end %>
</div>