Remove unneeded _html suffix in I18n keys
This suffix does the same thing as calling `.html_safe` on them. So we don't need to use it in texts that don't use HTML.
This commit is contained in:
@@ -54,6 +54,6 @@ module DocumentsHelper
|
||||
#{number_to_human_size(document.attachment_file_size)}</small>)".html_safe,
|
||||
document.attachment.url,
|
||||
target: "_blank",
|
||||
title: t("shared.target_blank_html")
|
||||
title: t("shared.target_blank")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user