diff --git a/app/controllers/packages_controller.rb b/app/controllers/packages_controller.rb index e6bfe39..6d9dabe 100644 --- a/app/controllers/packages_controller.rb +++ b/app/controllers/packages_controller.rb @@ -75,7 +75,7 @@ class PackagesController < ApplicationController # Check that this screenshot is not a duplicate for this package if @package.screenshots.where(image_fingerprint: new_screenshot.image_fingerprint).any? Log.log "Duplicate image with fingerprint #{new_screenshot.image_fingerprint} found. Rejecting." - all_errors << "Your file #{img.original_filename} is a duplicate." + all_errors << "Your file #{img.original_filename} is a duplicate. Sorry." else # Can the upload get approved automatically? if user_signed_in?