Skip to content

Commit e0a0054

Browse files
chore: fix label names
1 parent a2bb2ba commit e0a0054

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
@@ -1802,7 +1802,7 @@ private function get_dashboard_strings() {
18021802
'</a>'
18031803
),
18041804

1805-
'lazyload_behaviour_title' => __( 'Loading Behaviour', 'optimole-wp' ),
1805+
'lazyload_behaviour_title' => __( 'Loading Method', 'optimole-wp' ),
18061806
'lazyload_behaviour_desc' => sprintf(
18071807
/* translators: 1 is the starting anchor tag, 2 is the ending anchor tag */
18081808
__( 'Choose how Optimole will handle lazy loading for images on your website. %1$sLearn more%2$s', 'optimole-wp' ),
@@ -1813,7 +1813,7 @@ private function get_dashboard_strings() {
18131813
'lazyload_behaviour_all_desc' => __( 'All images will use lazy loading regardless of position.', 'optimole-wp' ),
18141814
'lazyload_behaviour_viewport' => __( 'Enable viewport-based loading', 'optimole-wp' ),
18151815
'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' ),
1816-
'lazyload_behaviour_fixed' => __( 'Skip lazy Loading for first images', 'optimole-wp' ),
1816+
'lazyload_behaviour_fixed' => __( 'Skip lazy loading for first images', 'optimole-wp' ),
18171817
'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' ),
18181818
'enable_lazyload_placeholder_title' => __( 'Enable generic placeholder color', 'optimole-wp' ),
18191819
'enable_network_opt_desc' => sprintf(
@@ -1965,18 +1965,18 @@ private function get_dashboard_strings() {
19651965
'watch_placeholder_lazyload_example' => sprintf( __( 'Example: %s', 'optimole-wp' ), '.hero-bg, #banner-image, .lazy-bg, .footer-bg' ),
19661966
'watch_desc_lazyload' => __( 'If everything is covered out of the box, leave this empty.', 'optimole-wp' ),
19671967
'smart_loading_title' => __( 'Smart Loading', 'optimole-wp' ),
1968-
'smart_loading_desc' => __( 'JavaScript-drive with advanced controls', 'optimole-wp' ),
1968+
'smart_loading_desc' => __( 'JavaScript-driven with advanced controls', 'optimole-wp' ),
19691969
'browser_native_lazy' => __( 'Uses the browser\'s built-in lazy loading feature', 'optimole-wp' ),
19701970
// translators: viewport is the visible area of a web page on a display device.
19711971
'viewport_detection' => __( 'Viewport detection', 'optimole-wp' ),
19721972
// translators: set the colors for the placeholder image.
1973-
'placeholders_color' => __( 'Placeholder', 'optimole-wp' ),
1973+
'placeholders_color' => __( 'Placeholders', 'optimole-wp' ),
19741974
// translators: it can handle many images without slowing down the site.
19751975
'auto_scaling' => __( 'Auto Scaling', 'optimole-wp' ),
19761976
// translators: it uses the browser's built-in lazy loading feature without any additional scripts.
19771977
'lightweight_native' => __( 'Lightweight', 'optimole-wp' ),
19781978

1979-
'watch_title_lazyload' => __( 'Extend CSS Background Lazy Loading', 'optimole-wp' ),
1979+
'watch_title_lazyload' => __( 'Extend CSS Background Images', 'optimole-wp' ),
19801980
'width_field' => __( 'Width', 'optimole-wp' ),
19811981
'crop' => __( 'crop', 'optimole-wp' ),
19821982
'toggle_cdn' => __( 'Serve CSS & JS Through Optimole', 'optimole-wp' ),

0 commit comments

Comments
 (0)