DEV: Update upload mismatch error message (#18759)

Following feedback from translators, it does not look like we need to
refer to an "upload stub" here.
This commit is contained in:
Penar Musaraj 2022-10-26 15:41:50 -04:00 committed by GitHub
parent 3fbae5dd03
commit 9ec62091c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4133,7 +4133,7 @@ en:
png_to_jpg_conversion_failure_message: "An error happened when converting from PNG to JPG."
optimize_failure_message: "An error occurred while optimizing the uploaded image."
download_failure: "Downloading the file from the external provider failed."
size_mismatch_failure: "The size of the file uploaded to S3 did not match the external upload stub's intended size. %{additional_detail}"
size_mismatch_failure: "The size of the file uploaded to S3 did not match the external upload's intended size. %{additional_detail}"
create_multipart_failure: "Failed to create multipart upload in the external store."
abort_multipart_failure: "Failed to abort multipart upload in the external store."
complete_multipart_failure: "Failed to complete multipart upload in the external store."