[FIX] website tour: At the end of the "Insert a banner" tour the help is "Close Mobile Preview" Change into "Check Mobile Preview" -> i would close with a "Continue" bouton to keep running the help on content -> really needed. With the tour they stay in editable mode and search for adding a new menu

bzr revid: chm@openerp.com-20140218111008-rp1kg7r8pv53wfoh
This commit is contained in:
Christophe Matthieu 2014-02-18 12:10:08 +01:00
parent 8830cb581c
commit 28958a4088
1 changed files with 2 additions and 1 deletions

View File

@ -100,8 +100,9 @@
{
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',