Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsus committed Oct 27, 2013
1 parent b19b4d7 commit 30a7041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/importer_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def result
@failed_issues[@failed_count] = row
flash_message(:warning, "The following data-validation errors occurred on issue #{@failed_count} in the list below")
issue.errors.each do |attr, error_message|
flash_message(:warning, "  "+error_message)
flash_message(:warning, "  #{error_message}")
end
else
if unique_field
Expand Down

0 comments on commit 30a7041

Please sign in to comment.