Project

General

Profile

Actions

Defect #43525

open

Missing label in revisions

Added by Pavel Rosický about 4 hours ago. Updated about 4 hours ago.

Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

fixes a minor typo that appeared in Redmine 6.0

diff --git a/app/views/repositories/revision.html.erb b/app/views/repositories/revision.html.erb
index 9423e5438..e46c1bfec 100644
--- a/app/views/repositories/revision.html.erb
+++ b/app/views/repositories/revision.html.erb
@@ -30,7 +30,7 @@

 <% if User.current.allowed_to?(:browse_repository, @project) %>
 <ul id="changes-legend">
-<li class="change change-A"><%= scm_change_icon("A", (:label_added)) %></li>
+<li class="change change-A"><%= scm_change_icon("A", l(:label_added)) %></li>
 <li class="change change-M"><%= scm_change_icon("M", l(:label_modified)) %></li>
 <li class="change change-C"><%= scm_change_icon("C", l(:label_copied)) %></li>
 <li class="change change-R"><%= scm_change_icon("R", l(:label_renamed)) %></li>

Actions #1

Updated by Go MAEDA about 4 hours ago

  • Tracker changed from Patch to Defect
  • Status changed from New to Confirmed
  • Target version set to 6.0.8
Actions

Also available in: Atom PDF