diff --git a/site/content/docs/5.2/components/orange-navbar.md b/site/content/docs/5.2/components/orange-navbar.md
index 2061d412d9..759b589353 100644
--- a/site/content/docs/5.2/components/orange-navbar.md
+++ b/site/content/docs/5.2/components/orange-navbar.md
@@ -127,9 +127,9 @@ An additional navbar (with text or icon items) can be added on the right of the
diff --git a/site/content/docs/5.2/migration.md b/site/content/docs/5.2/migration.md
index 7aad98a6a5..a695061e74 100644
--- a/site/content/docs/5.2/migration.md
+++ b/site/content/docs/5.2/migration.md
@@ -22,6 +22,13 @@ If you need more details about the changes, please refer to the [v5.2.2 release]
- **Modals**
- Warning Modals markups have changed to show that a modal dialog represents its own separate document/context, so most of the `.modal-title`s are now ``s associated with a `.h*`. Please reflect this modification into your websites by choosing the right header level.
+- **Orange navbar**
+ - Languages selection's `aria-label`s have been slightly changed in some supra bars examples for accessibility purpose; visible name must be included in the accessible name. It might be a useful modification to propagate into your websites if you have this same kind of languages selection.
+ ```diff
+ -
EN
+ + EN
+ ```
+
### Forms
- Warning All forms examples have been modified to add a `.mt-2` to all submit buttons in order to always have 30px between the last form control and the button. Please reflect this modification into your websites.
diff --git a/site/layouts/shortcodes/orange-global-headers.html b/site/layouts/shortcodes/orange-global-headers.html
index dbda5d3aec..1523298bf1 100644
--- a/site/layouts/shortcodes/orange-global-headers.html
+++ b/site/layouts/shortcodes/orange-global-headers.html
@@ -82,9 +82,9 @@ Title
{{- if $supra }}
{{- end }}
@@ -160,9 +160,9 @@ Title
{{- if $supra }}
{{- end }}
diff --git a/site/layouts/shortcodes/orange-supra.html b/site/layouts/shortcodes/orange-supra.html
index 75750b270e..9523f4ef2f 100644
--- a/site/layouts/shortcodes/orange-supra.html
+++ b/site/layouts/shortcodes/orange-supra.html
@@ -18,9 +18,9 @@
{{- if eq $mode "languages" }}
{{- end }}
{{- if eq $mode "actions" }}