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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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"), |
|
|
|