From 41b6193b7374182605ca343b48b2919d07e8ee95 Mon Sep 17 00:00:00 2001 From: "Karel.Picman" Date: Wed, 9 Feb 2022 14:07:30 +0100 Subject: [PATCH] New file menu item #1336 --- app/views/dmsf/_main.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dmsf/_main.html.erb b/app/views/dmsf/_main.html.erb index 33b78283..923748ca 100644 --- a/app/views/dmsf/_main.html.erb +++ b/app/views/dmsf/_main.html.erb @@ -27,7 +27,7 @@
<% unless @locked_for_user || @system_folder %> <% if @file_manipulation_allowed %> - <%= link_to l(:label_attachment_new), multi_dmsf_upload_path(id: @project, folder_id: @folder), + <%= link_to l(:label_document_new), multi_dmsf_upload_path(id: @project, folder_id: @folder), class: 'icon icon-add' %> <% end %> <% if @folder_manipulation_allowed %>