From: Jean-Philippe Lang Date: Wed, 8 Jun 2016 17:10:09 +0000 (+0000) Subject: Fixes r15491. X-Git-Tag: 3.4.0~920 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85097a89a16ce2d98b272fa89cc66fae7be00a0f;p=redmine.git 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 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) %>