From 96f6d5e0e594dcf779ff73005a937e6c5ea879de Mon Sep 17 00:00:00 2001 From: Billy Zhou Date: Mon, 24 Jun 2019 11:32:43 +0200 Subject: [PATCH] Contributed by Silsha Fux Update "Attached Files" string in knowledge base to use existing translation. --- app/views/knowledge_base/public/answers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>