diff --git a/source/import_documentation/Components/Solid-Delete.rst b/source/import_documentation/Components/Solid-Delete.rst
index 44c8733b8bf8ff28f29182c91b37b23355f0e901..043e6d295c504323569b5c19445db1a6cf5f9b4d 100644
--- a/source/import_documentation/Components/Solid-Delete.rst
+++ b/source/import_documentation/Components/Solid-Delete.rst
@@ -34,12 +34,7 @@ Attributes
 
 ``confirmation-message``
 ~~~~~~~~~~~~~~~~~~~~~~~~~
-   *Available from version 0.13*
-   **Migrated to the validation mixin page in version 0.16**
-
-   Add this attribute to create a dialog box linked with the button of the solid-delete.
-   Its value matches the message displayed in the dialog box.
-
+   **Migrated to the :ref:`validation-mixin <validation-mixin>` page in version 0.16**
 
 Events
 -------
diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst
index 6cb460aba9342504a10b95794f86b1062141dae4..498a2bb60125f39f9e8dc791b38ae9c3f32d2bb5 100644
--- a/source/import_documentation/Components/Solid-Form.rst
+++ b/source/import_documentation/Components/Solid-Form.rst
@@ -133,11 +133,7 @@ Define the ``class`` of the ``div`` containing the submit button.
 
 ``confirmation-message``
 ~~~~~~~~~~~~~~~~~~~~~~~~
-   *Available from version 0.13*
-   **Migrated to the validation mixin page in version 0.16**
-
-   Add this attribute to create a dialog box linked with the submit button of the solid-form.
-   Its value matches the message displayed in the dialog box.
+   **Migrated to the :ref:`validation-mixin <validation-mixin>` page in version 0.16**
 
 .. _autocomplete-field-sf:
 ``autocomplete-[field]``
diff --git a/source/import_documentation/Mixins/validation-mixin.rst b/source/import_documentation/Mixins/validation-mixin.rst
index 84d1baf0247b49b24c1649418e3ef7ca82b25ced..33ed5dd3aca6894a7ab29fcfc28c98d4c76d82a5 100644
--- a/source/import_documentation/Mixins/validation-mixin.rst
+++ b/source/import_documentation/Mixins/validation-mixin.rst
@@ -29,6 +29,7 @@ Attributes
     The message by default is "Please, confirm your choice" in English, "Merci de confirmer votre choix" in French.
 
 
+
 **The attributes below only concern ``dialog`` type.**
 
 .. _confirmation-submit-text: