From bbb059d0244a698cd0ee5389252900dcbfbd40a7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 23 Sep 2018 14:12:37 +0000 Subject: [PATCH] Use label_revision instead of label_version for wiki edits (#26575). git-svn-id: http://svn.redmine.org/redmine/trunk@17513 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wiki/diff.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wiki/diff.html.erb b/app/views/wiki/diff.html.erb index 2482242fb..361a6e089 100644 --- a/app/views/wiki/diff.html.erb +++ b/app/views/wiki/diff.html.erb @@ -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}" %>

<%= l(:label_revision) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %> -- 2.39.5