diff options
Diffstat (limited to 'core/misc/jquery.tabbable.shim.es6.js')
-rw-r--r-- | core/misc/jquery.tabbable.shim.es6.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/misc/jquery.tabbable.shim.es6.js b/core/misc/jquery.tabbable.shim.es6.js index de8d043e7423..6820cd1b1ff7 100644 --- a/core/misc/jquery.tabbable.shim.es6.js +++ b/core/misc/jquery.tabbable.shim.es6.js @@ -8,7 +8,7 @@ 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', + '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', }); // The tabbable library considers the summary element tabbable, and also |