summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/settings/_repository.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/_repository.rhtml b/app/views/projects/settings/_repository.rhtml
index 113930b8b..d48622147 100644
--- a/app/views/projects/settings/_repository.rhtml
+++ b/app/views/projects/settings/_repository.rhtml
@@ -12,7 +12,7 @@
<br />
<%= image_tag((@repository.class.scm_available ? 'true.png' : 'exclamation.png'))%>
<%= l(:text_scm_command) -%>: <%= @repository.class.scm_command -%>,
-<%= l(:text_scm_version) -%>: <%= @repository.class.scm_version_string %>
+<%= l(:text_scm_command_version) -%>: <%= @repository.class.scm_version_string %>
<% end %>
</p>
<% button_disabled = true %>