]> source.dussan.org Git - redmine.git/commitdiff
Untranslated string "diff" in journal detail (#33452).
authorGo MAEDA <maeda@farend.jp>
Sat, 16 May 2020 01:02:45 +0000 (01:02 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 16 May 2020 01:02:45 +0000 (01:02 +0000)
Patch by Kam Nazir.

git-svn-id: http://svn.redmine.org/redmine/trunk@19780 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/issues_helper.rb

index 6b63f7e11efbc5ac140b98ad04fc32515c058d64..e18ff147acc646979161f3dc51429be299bc3bd9 100644 (file)
@@ -553,7 +553,7 @@ module IssuesHelper
       unless no_html
         diff_link =
           link_to(
-            'diff',
+            l(:label_diff),
             diff_journal_url(detail.journal_id, :detail_id => detail.id,
                              :only_path => options[:only_path]),
             :title => l(:label_view_diff))