summaryrefslogtreecommitdiffstats
path: root/app/views/imports
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/imports')
-rw-r--r--app/views/imports/show.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
<h2><%= l(:label_import_issues) %></h2>
-<% if @import.unsaved_items.count > 0 %>
+<% if @import.saved_items.count > 0 %>
<p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p>
<ul>