From 9ec62091c6590de7857e19370cd71ce8a5a2a364 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 26 Oct 2022 15:41:50 -0400 Subject: [PATCH] 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. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index b2d97d160d..b43b8f13a7 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -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."