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'),