Relocate some locale entries.

This commit is contained in:
Senén Rodero Rodríguez
2017-06-24 20:47:44 +02:00
parent a9f1d41179
commit 60b3eac305
6 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@
<div class="image-upload">
<%= f.file_field :image, accept: 'image/jpeg', label: false, class:'show-for-sr' %>
<br>
<%= f.label :image, t("images.upload_image"), class:'button' %>
<%= f.label :image, t("budgets.investments.form.image_label"), class:'button' %>
<p><%= investment_image_file_name(@investment) %></p>
</div>
</div>

View File

@@ -15,7 +15,7 @@
<div class="image-upload">
<%= f.file_field :image, accept: 'image/jpeg', label: false, class:'show-for-sr' %>
<br>
<%= f.label :image, t("images.upload_image"), class:'button' %>
<%= f.label :image, t("budgets.investments.edit_image.form.image_label"), class:'button' %>
<p><%= investment_image_file_name(@investment) %></p>
</div>
</div>