summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/copy.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/copy.rhtml b/app/views/projects/copy.rhtml
index a5c4e140f..ac531e069 100644
--- a/app/views/projects/copy.rhtml
+++ b/app/views/projects/copy.rhtml
@@ -1,4 +1,4 @@
-<h2><%=l(:label_project_copy)%></h2>
+<h2><%=l(:label_project_new)%></h2>
<% labelled_tabular_form_for :project, @project, :url => { :action => "copy" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>