UX: Change JPEG to JPG for search consistency (#20698)

This commit is contained in:
TheJammiestDodger 2023-03-16 14:53:29 +00:00 committed by GitHub
parent 150a6601c0
commit 272c31023d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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."