From 0ff3848582a694d161308d57db16c98d2d689dc1 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Fri, 22 May 2020 14:32:26 +0200 Subject: [PATCH] Submit -> Upload button text --- app/views/dmsf_upload/upload_files.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dmsf_upload/upload_files.html.erb b/app/views/dmsf_upload/upload_files.html.erb index 9e16b17f..220dd8d8 100644 --- a/app/views/dmsf_upload/upload_files.html.erb +++ b/app/views/dmsf_upload/upload_files.html.erb @@ -43,7 +43,7 @@ <% end %> <% end %>
- <%= submit_tag l(:button_submit), class: 'button-positive' %> + <%= submit_tag l(:label_upload), class: 'button-positive' %>
<% end %> <% end %>