Skip to content

Commit 142f63b

Browse files
chore: fix label names
1 parent 07c7ed1 commit 142f63b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inc/admin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ private function get_dashboard_strings() {
18371837
'</a>'
18381838
),
18391839

1840-
'lazyload_behaviour_title' => __( 'Loading Behaviour', 'optimole-wp' ),
1840+
'lazyload_behaviour_title' => __( 'Loading Method', 'optimole-wp' ),
18411841
'lazyload_behaviour_desc' => sprintf(
18421842
/* translators: 1 is the starting anchor tag, 2 is the ending anchor tag */
18431843
__( 'Choose how Optimole will handle lazy loading for images on your website. %1$sLearn more%2$s', 'optimole-wp' ),
@@ -1848,7 +1848,7 @@ private function get_dashboard_strings() {
18481848
'lazyload_behaviour_all_desc' => __( 'All images will use lazy loading regardless of position.', 'optimole-wp' ),
18491849
'lazyload_behaviour_viewport' => __( 'Enable viewport-based loading', 'optimole-wp' ),
18501850
'lazyload_behaviour_viewport_desc' => __( 'Automatically detects and immediately loads images visible in the initial viewport. Detection is done with a lightweight client-side script that identifies what\'s visible on each user\'s screen. All other images will lazy load.', 'optimole-wp' ),
1851-
'lazyload_behaviour_fixed' => __( 'Skip lazy Loading for first images', 'optimole-wp' ),
1851+
'lazyload_behaviour_fixed' => __( 'Skip lazy loading for first images', 'optimole-wp' ),
18521852
'lazyload_behaviour_fixed_desc' => __( 'Indicate how many images at the top of each page should bypass lazy loading, ensuring they\'re instantly visible.', 'optimole-wp' ),
18531853
'enable_lazyload_placeholder_title' => __( 'Enable generic placeholder color', 'optimole-wp' ),
18541854
'enable_network_opt_desc' => sprintf(
@@ -2000,18 +2000,18 @@ private function get_dashboard_strings() {
20002000
'watch_placeholder_lazyload_example' => sprintf( __( 'Example: %s', 'optimole-wp' ), '.hero-bg, #banner-image, .lazy-bg, .footer-bg' ),
20012001
'watch_desc_lazyload' => __( 'If everything is covered out of the box, leave this empty.', 'optimole-wp' ),
20022002
'smart_loading_title' => __( 'Smart Loading', 'optimole-wp' ),
2003-
'smart_loading_desc' => __( 'JavaScript-drive with advanced controls', 'optimole-wp' ),
2003+
'smart_loading_desc' => __( 'JavaScript-driven with advanced controls', 'optimole-wp' ),
20042004
'browser_native_lazy' => __( 'Uses the browser\'s built-in lazy loading feature', 'optimole-wp' ),
20052005
// translators: viewport is the visible area of a web page on a display device.
20062006
'viewport_detection' => __( 'Viewport detection', 'optimole-wp' ),
20072007
// translators: set the colors for the placeholder image.
2008-
'placeholders_color' => __( 'Placeholder', 'optimole-wp' ),
2008+
'placeholders_color' => __( 'Placeholders', 'optimole-wp' ),
20092009
// translators: it can handle many images without slowing down the site.
20102010
'auto_scaling' => __( 'Auto Scaling', 'optimole-wp' ),
20112011
// translators: it uses the browser's built-in lazy loading feature without any additional scripts.
20122012
'lightweight_native' => __( 'Lightweight', 'optimole-wp' ),
20132013

2014-
'watch_title_lazyload' => __( 'Extend CSS Background Lazy Loading', 'optimole-wp' ),
2014+
'watch_title_lazyload' => __( 'Extend CSS Background Images', 'optimole-wp' ),
20152015
'width_field' => __( 'Width', 'optimole-wp' ),
20162016
'crop' => __( 'crop', 'optimole-wp' ),
20172017
'toggle_cdn' => __( 'Serve CSS & JS Through Optimole', 'optimole-wp' ),

0 commit comments

Comments
 (0)