summaryrefslogtreecommitdiffstats
path: root/app/views/projects/settings/_versions.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/settings/_versions.rhtml')
-rw-r--r--app/views/projects/settings/_versions.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/_versions.rhtml b/app/views/projects/settings/_versions.rhtml
index 2a6acc37c..8fcf11d1d 100644
--- a/app/views/projects/settings/_versions.rhtml
+++ b/app/views/projects/settings/_versions.rhtml
@@ -34,7 +34,7 @@
<div class="contextual">
<% if @project.versions.any? %>
- <%= link_to 'Close completed versions', {:controller => 'versions', :action => 'close_completed', :project_id => @project}, :method => :post %>
+ <%= link_to l(:label_close_versions), {:controller => 'versions', :action => 'close_completed', :project_id => @project}, :method => :post %>
<% end %>
</div>