]> source.dussan.org Git - redmine.git/commitdiff
Use label_revision instead of label_version for wiki edits (#26575).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Sep 2018 14:12:37 +0000 (14:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Sep 2018 14:12:37 +0000 (14:12 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17513 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/diff.html.erb

index 2482242fbb0e4abe5b7a276bc02e3577403f2220..361a6e0890f87bd6af60376195a112e389d25af4 100644 (file)
@@ -7,7 +7,7 @@
 
 <%= title [@page.pretty_title, project_wiki_page_path(@page.project, @page.title, :version => nil)],
       [l(:label_history), history_project_wiki_page_path(@page.project, @page.title)],
-      "#{l(:label_version)} #{@diff.content_to.version}" %>
+      "#{l(:label_revision)} #{@diff.content_to.version}" %>
 
 <p>
 <%= l(:label_revision) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>