diff --git a/addons/website/static/src/scss/user_custom_bootstrap_overridden.scss b/addons/website/static/src/scss/user_custom_bootstrap_overridden.scss
index ecf5d4602cc0edc2c671db20e5fa208285a4b0b0..307e0da286e02e213aa751a53c2ed2c1f6708d00 100644
--- a/addons/website/static/src/scss/user_custom_bootstrap_overridden.scss
+++ b/addons/website/static/src/scss/user_custom_bootstrap_overridden.scss
@@ -5,7 +5,7 @@
 // for your website, check the 'user_custom_rules.scss' file you can also edit.
 // /!\
 //
-// You can change the value of a variable you can find in the bootstrap 4
+// You can change the value of a variable you can find in the bootstrap 5
 // documentation (or in the file /web/static/lib/bootstrap/scss/_variables.scss)
 // and Odoo will automatically adapt its design to your new bootstrap. For
 // example, doing this will make some shadows and gradients appear, especially
@@ -15,8 +15,9 @@
 // $enable-gradients: true;
 //
 // Notice that Odoo already overrides bootstrap variables according to your
-// choices in the "Customize Theme" dialog, you should first take a look at
-// it and do customizations this way. Indeed, if you overridde the same
-// variables, Odoo will either have to ignore them or not be able to make
-// the "Customize Theme" dialog work for these variables anymore.
+// choices via the website builder (especially 3rd tab of the editor panel). You
+// should first take a look at it and do customizations this way. Indeed, if you
+// override the same variables yourself, Odoo will either have to ignore them or
+// not be able to make the website builder work properly for these variables
+// anymore.
 //