mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 19:06:16 +01:00
Fix typos (Cumative Layer Shift > Cumulative Layout Shift). (#2124)
This commit is contained in:
@@ -744,7 +744,7 @@ PLUGIN_ADMIN:
|
||||
REDIRECT_OPTION_301: "301 - Flyttet permanent"
|
||||
REDIRECT_OPTION_302: "302 - Flyttet midlertidigt"
|
||||
REDIRECT_OPTION_303: "303 - Se andre"
|
||||
IMAGES_CLS_TITLE: "Cumative Layer Shift (CLS)"
|
||||
IMAGES_CLS_TITLE: "Cumulative Layout Shift (CLS)"
|
||||
IMAGES_CLS_AUTO_SIZES: "Aktivér Auto-størrelser"
|
||||
IMAGES_CLS_AUTO_SIZES_HELP: "Føj automatisk 'bredde'- og 'højde'-attributter til billeder for at adressere CLS"
|
||||
IMAGES_CLS_ASPECT_RATIO: "Aktivér Størrelsesforhold"
|
||||
|
||||
@@ -1099,10 +1099,10 @@ PLUGIN_ADMIN:
|
||||
REDIRECT_OPTION_301: "301 - Moved permanently"
|
||||
REDIRECT_OPTION_302: "302 - Moved temporarily"
|
||||
REDIRECT_OPTION_303: "303 - See Other"
|
||||
IMAGES_CLS_TITLE: "Cumative Layer Shift (CLS)"
|
||||
IMAGES_CLS_TITLE: "Cumulative Layout Shift (CLS)"
|
||||
IMAGES_CLS_AUTO_SIZES: "Enable Auto Sizes"
|
||||
IMAGES_CLS_AUTO_SIZES_HELP: "Automatically add 'width' and 'height' attributes to images to address CLS"
|
||||
IMAGES_CLS_ASPECT_RATIO: "Enable Aspect Ratio"
|
||||
IMAGES_CLS_ASPECT_RATIO_HELP: "Optional CSS variable that gets applied via a 'style' attribute which can be used in CSS for custom styling"
|
||||
IMAGES_CLS_RETINA_SCALE: "Retina Scale Factor"
|
||||
IMAGES_CLS_RETINA_SCALE_HELP: "Will take the calculated size and divide by scale factor to display a higher resolution image at a smaller pixel size for better handling of HiDPI resolutions"
|
||||
IMAGES_CLS_RETINA_SCALE_HELP: "Will take the calculated size and divide by scale factor to display a higher resolution image at a smaller pixel size for better handling of HiDPI resolutions"
|
||||
|
||||
Reference in New Issue
Block a user