diff options
Diffstat (limited to 'core/misc/jquery.tabbable.shim.js')
-rw-r--r-- | core/misc/jquery.tabbable.shim.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/misc/jquery.tabbable.shim.js b/core/misc/jquery.tabbable.shim.js index c5c9fcbf447c..bd4174214c2e 100644 --- a/core/misc/jquery.tabbable.shim.js +++ b/core/misc/jquery.tabbable.shim.js @@ -12,7 +12,7 @@ $.extend($.expr[':'], { tabbable(element) { Drupal.deprecationError({ - message: 'The :tabbable selector is deprecated in Drupal 9.2.0 and will be removed in Drupal 10.0.0. Use the core/tabbable library instead. See https://www.drupal.org/node/3183730' + message: 'The :tabbable selector is deprecated in Drupal 9.2.0 and will be removed in Drupal 11.0.0. Use the core/tabbable library instead. See https://www.drupal.org/node/3183730' }); if (element.tagName === 'SUMMARY' || element.tagName === 'DETAILS') { |