Skip to content

Commit

Permalink
AVIF label in setting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Nov 21, 2024
1 parent 49c27f3 commit 03f9fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ public static function title($id)
self::O_IMG_OPTM_WEBP => __('Next-Gen Image Format', 'litespeed-cache'),
self::O_IMG_OPTM_LOSSLESS => __('Optimize Losslessly', 'litespeed-cache'),
self::O_IMG_OPTM_EXIF => __('Preserve EXIF/XMP data', 'litespeed-cache'),
self::O_IMG_OPTM_WEBP_ATTR => __('WebP Attribute To Replace', 'litespeed-cache'),
self::O_IMG_OPTM_WEBP_REPLACE_SRCSET => __('WebP For Extra srcset', 'litespeed-cache'),
self::O_IMG_OPTM_WEBP_ATTR => __('WebP/AVIF Attribute To Replace', 'litespeed-cache'),
self::O_IMG_OPTM_WEBP_REPLACE_SRCSET => __('WebP/AVIF For Extra srcset', 'litespeed-cache'),
self::O_IMG_OPTM_JPG_QUALITY => __('WordPress Image Quality Control', 'litespeed-cache'),
self::O_ESI => __('Enable ESI', 'litespeed-cache'),
self::O_ESI_CACHE_ADMBAR => __('Cache Admin Bar', 'litespeed-cache'),
Expand Down

0 comments on commit 03f9fda

Please sign in to comment.