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 %>