From cff703aa4b6c2c8c6d1872da3f1fe1990af9e36c Mon Sep 17 00:00:00 2001
From: nod_ <nod_@598310.no-reply.drupal.org>
Date: Tue, 30 Jul 2024 22:45:50 +0200
Subject: [PATCH] Issue #3464581 by quietone, smustgrave: Update deprecation
 notices in ajax.js

(cherry picked from commit bc4668cb562b4e05fb2ef0b5258da058b2d6fe9e)
---
 core/misc/ajax.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/misc/ajax.js b/core/misc/ajax.js
index 5acc2ef6a233..89b9d9276691 100644
--- a/core/misc/ajax.js
+++ b/core/misc/ajax.js
@@ -1232,7 +1232,7 @@
    * @param {object} response
    *   The response from the Ajax request.
    *
-   * @deprecated in drupal:8.6.0 and is removed from drupal:10.0.0.
+   * @deprecated in drupal:8.6.0 and is removed from drupal:12.0.0.
    *   Use data with desired wrapper.
    *
    * @see https://www.drupal.org/node/2940704
@@ -1263,7 +1263,7 @@
    * @param {jQuery} $elements
    *   Response elements after parsing.
    *
-   * @deprecated in drupal:8.6.0 and is removed from drupal:10.0.0.
+   * @deprecated in drupal:8.6.0 and is removed from drupal:12.0.0.
    *   Use data with desired wrapper.
    *
    * @see https://www.drupal.org/node/2940704
-- 
GitLab