Browse Source

[DOC] update tour messages

pull/29/head
Ivan Yelizariev 8 years ago
parent
commit
aaa794d1c4
  1. 4
      res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js

4
res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js

@ -27,11 +27,11 @@
element: '.oe_mail_wall .oe_msg.oe_msg_composer_compact>div>.oe_compose_post',
},
{
title: _t("Done"),
title: _t("That's it"),
placement: 'top',
waitNot: '.mails_to:visible',
element: 'div.oe_msg_content>textarea.field_text',
content: _t("Message are found. <br/>Enjoy your day! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team "),
content: _t("Enjoy your day! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team "),
popover: {next: _t("Close Tutorial")},
},
]

Loading…
Cancel
Save