Skip to content

Commit

Permalink
defaultText.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geckod22 committed Nov 18, 2024
1 parent b7f0abd commit 1427769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/performance/defaultText.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 1427769

Please sign in to comment.