From 8700536aad8d9e416acc040de90fb029b2034c41 Mon Sep 17 00:00:00 2001
From: qsm-odoo <qsm@odoo.com>
Date: Tue, 29 Nov 2022 15:41:45 +0000
Subject: [PATCH] [FIX] website: update comment in
 user_custom_bootstrap_overridden file

The comment became outdated:
- For 14.0 and above: mentioned the "Customize dialog" which does not
  exist anymore.
- For 16.0 and above: mentioned "Bootstrap 4" instead of "Bootstrap 5".

Related to opw-3056683

closes odoo/odoo#106836

X-original-commit: ed9a783289452c1d1e225eac3494d32e62180d95
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
---
 .../src/scss/user_custom_bootstrap_overridden.scss       | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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 ecf5d4602cc0..15d34b1b752f 100644
--- a/addons/website/static/src/scss/user_custom_bootstrap_overridden.scss
+++ b/addons/website/static/src/scss/user_custom_bootstrap_overridden.scss
@@ -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.
 //
-- 
GitLab