From 85097a89a16ce2d98b272fa89cc66fae7be00a0f 2016-06-08 17:10:09 From: Jean-Philippe Lang Date: 2016-06-08 17:10:09 Subject: [PATCH] Fixes r15491. git-svn-id: http://svn.redmine.org/redmine/trunk@15496 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index 1421291..96b40a6 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -1,6 +1,6 @@

<%= l(:label_import_issues) %>

-<% if @import.unsaved_items.count > 0 %> +<% if @import.saved_items.count > 0 %>

<%= l(:notice_import_finished, :count => @import.saved_items.count) %>