[FIX] website tour: At the end of the "Insert a banner" tour the help is "Close Mobil...
authorChristophe Matthieu <chm@openerp.com>
Tue, 18 Feb 2014 11:10:08 +0000 (12:10 +0100)
committerChristophe Matthieu <chm@openerp.com>
Tue, 18 Feb 2014 11:10:08 +0000 (12:10 +0100)
bzr revid: chm@openerp.com-20140218111008-rp1kg7r8pv53wfoh

addons/website/static/src/js/website.tour.banner.js

index e23ea01..c66eea1 100644 (file)
                 {
                     element:   '.modal:has(#mobile-viewport) button[data-dismiss=modal]',
                     placement: 'right',
-                    title:     _t("Close Mobile Preview"),
+                    title:     _t("Check Mobile Preview"),
                     content:   _t("Scroll in the mobile preview to test the rendering. Once it's ok, close this dialog."),
+                    popover:   { next: _t("Continue") },
                 },
                 {
                     waitNot:   '.modal',