From 85097a89a16ce2d98b272fa89cc66fae7be00a0f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 8 Jun 2016 17:10:09 +0000 Subject: [PATCH] Fixes r15491. git-svn-id: http://svn.redmine.org/redmine/trunk@15496 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/imports/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index 142129137..96b40a663 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) %>