diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-18 10:47:44 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-18 10:47:44 +0000 |
commit | 110aba287370ab71d20c9c31d27f49cf71439754 (patch) | |
tree | f25e84265be42df9e8b6ef311b3db88e00edbc1c /app/views | |
parent | 1f79610fdc05fe306ee56c60b2cb1b249ff9010d (diff) | |
download | redmine-110aba287370ab71d20c9c31d27f49cf71439754.tar.gz redmine-110aba287370ab71d20c9c31d27f49cf71439754.zip |
Merged r15562.
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15563 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/imports/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index a50db99fe..3a0d67611 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -1,7 +1,7 @@ <h2><%= l(:label_import_issues) %></h2> <% if @import.saved_items.count > 0 %> - <p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p> + <p><%= l(:notice_import_finished, :count => @import.saved_items.count) %>:</p> <ul id="saved-items"> <% @import.saved_objects.each do |issue| %> @@ -11,7 +11,7 @@ <% end %> <% if @import.unsaved_items.count > 0 %> - <p><%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %></p> + <p><%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %>:</p> <table id="unsaved-items" class="list"> <thead> |