diff options
Diffstat (limited to 'app/views/imports')
-rw-r--r-- | app/views/imports/show.html.erb | 2 |
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> |