From 1427769f85921913c04193594ba942905f1266f7 Mon Sep 17 00:00:00 2001 From: Armando Liccardo Date: Mon, 18 Nov 2024 10:09:28 +0000 Subject: [PATCH] defaultText.js fix --- components/performance/defaultText.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/performance/defaultText.js b/components/performance/defaultText.js index 8ce5d23..8b1c399 100644 --- a/components/performance/defaultText.js +++ b/components/performance/defaultText.js @@ -25,8 +25,8 @@ const defaultText = { linkPrefetchDescription: __('Asks the browser to download and cache links on the page ahead of them being clicked on, so that when they are clicked they load almost instantly. ','wp-module-performance'), linkPrefetchNoticeTitle: __('Link prefetching setting saved','wp-module-performance'), linkPrefetchTitle: __('Link Prefetch','wp-module-performance'), - linkPrefetchActivateOnDekstopDescription: __('Enable link prefetching on desktop','wp-module-performance'), - linkPrefetchActivateOnDekstopLabel: __('Activate on desktop','wp-module-performance'), + linkPrefetchActivateOnDesktopDescription: __('Enable link prefetching on desktop','wp-module-performance'), + linkPrefetchActivateOnDesktopLabel: __('Activate on desktop','wp-module-performance'), linkPrefetchBehaviorDescription: __('Behavior of the prefetch','wp-module-performance'), linkPrefetchBehaviorLabel: __('Behavior','wp-module-performance'), linkPrefetchBehaviorMouseDownLabel: __('Prefetch on Mouse down','wp-module-performance'),