Use built-in form submit translation keys for traces

This commit is contained in:
Andy Allan 2019-06-12 16:36:13 +02:00
parent 1d09cfcb18
commit a08b65a6ac
3 changed files with 5 additions and 4 deletions

View file

@ -50,6 +50,6 @@
</div>
<%= submit_tag t ".save_button" %>
<%= f.submit %>
<% end %>

View file

@ -27,7 +27,7 @@
</div>
</fieldset>
<%= submit_tag t(".upload_button") %>
<%= f.submit %>
<span class="form-help deemphasize"><a href="<%= t ".help_url" %>"><%= t ".help" %></a></span>
</div>
<% end %>