diff --git a/addons/auth_signup/res_config.xml b/addons/auth_signup/res_config.xml index 47df51ea1f9..1f8bc760a9e 100644 --- a/addons/auth_signup/res_config.xml +++ b/addons/auth_signup/res_config.xml @@ -7,7 +7,7 @@ base.config.settings - +
diff --git a/addons/website_sale/static/src/js/website.tour.shop.js b/addons/website_sale/static/src/js/website.tour.shop.js index c7540563d93..5abe60c8252 100644 --- a/addons/website_sale/static/src/js/website.tour.shop.js +++ b/addons/website_sale/static/src/js/website.tour.shop.js @@ -184,7 +184,7 @@ website.EditorShopTest = website.Test.extend({ id: 'shoptest', - name: "Try to by 3 products", + name: "Try to by products", path: '/shop', init: function (editor) { var self = this; @@ -300,7 +300,7 @@ return this._super(); }, trigger: function () { - return (this.resume() && this.testUrl(/^\/shop\//)) || this._super(); + return (this.resume() && this.testUrl(/\/shop\//)) || this._super(); }, });