diff --git a/muk_web_theme/models/res_config_settings.py b/muk_web_theme/models/res_config_settings.py index 73ae67c..c682367 100644 --- a/muk_web_theme/models/res_config_settings.py +++ b/muk_web_theme/models/res_config_settings.py @@ -36,10 +36,10 @@ class ResConfigSettings(models.TransientModel): required=True) theme_color_brand = fields.Char( - string="Brand Color") + string="Theme Brand Color") theme_color_primary = fields.Char( - string="Primary Color") + string="Theme Primary Color") @api.multi def set_values(self):