From 272c31023d92f82ea54b422233fc21ce02cbd61d Mon Sep 17 00:00:00 2001 From: TheJammiestDodger Date: Thu, 16 Mar 2023 14:53:29 +0000 Subject: [PATCH] UX: Change JPEG to JPG for search consistency (#20698) --- 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 e0f7f3db9ee..272054cbcf9 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1864,7 +1864,7 @@ en: composer_media_optimization_image_bytes_optimization_threshold: "Minimum image file size to trigger client-side optimization" composer_media_optimization_image_resize_dimensions_threshold: "Minimum image width to trigger client-side resize" composer_media_optimization_image_resize_width_target: "Images with widths larger than `composer_media_optimization_image_dimensions_resize_threshold` will be resized to this width. Must be >= than `composer_media_optimization_image_dimensions_resize_threshold`." - composer_media_optimization_image_encode_quality: "JPEG encode quality used in the re-encode process." + composer_media_optimization_image_encode_quality: "JPG encode quality used in the re-encode process." min_ratio_to_crop: "Ratio used to crop tall images. Enter the result of width / height."