Browse Source

Merge pull request #175 from KolushovAlexandr/10.0-mail_private-writing_spelling

🌹 writing/spelling
pull/179/head
Ivan Yelizariev 6 years ago
committed by GitHub
parent
commit
4d9d9c5ed5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mail_private/static/src/js/test_private.js

2
mail_private/static/src/js/test_private.js

@ -7,7 +7,7 @@ odoo.define('mail_private.tour', function (require) {
var core = require('web.core');
var _t = core._t;
var email = 'You Are Whalecum';
var email = 'mail_private test email';
var steps = [{
trigger: '.o_thread_message strong.o_mail_redirect:contains("Agrolait")',
content: _t("Open Partners Form"),

Loading…
Cancel
Save