diff --git a/app/views/knowledge_base/public/answers/show.html.erb b/app/views/knowledge_base/public/answers/show.html.erb index a8a1b2761..82116c763 100644 --- a/app/views/knowledge_base/public/answers/show.html.erb +++ b/app/views/knowledge_base/public/answers/show.html.erb @@ -14,7 +14,7 @@ data-available-locales='<%= @object_locales.map(&:locale).join(',') %>'> <% if (attachments = @object.attachments_sorted) && attachments.present? %>
<%= icon 'paperclip' %> -
<%= zt('Attached files') %>
+
<%= zt('Attached Files') %>
<% attachments.each do |attachment| %> <%= link_to custom_path_if_needed(attachment_path(attachment)), class: 'attachment', download: true do %> <%= attachment.filename %>