Skip to content
Snippets Groups Projects
Commit 09a21d9e authored by mcm-odoo's avatar mcm-odoo Committed by Thibault Delavallée
Browse files

[IMP] website_crm_partner_assign: reword lead feedback modal


These sentences weren't correct:

Why aren't you interested by this lead? => Why aren't you interested IN this
  lead?
Do you have contacted the customer? => I have contacted the customer (present
twice in code)

Task ID 1838187

closes odoo/odoo#39925

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent fea08271
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,7 @@
<input type="text" name="comment" id="comment" class="form-control comment_interested"/>
</div>
<div class="form-group">
<label class="col-form-label" for="customer_contacted">Do you have contacted the customer?</label>
<label class="col-form-label" for="customer_contacted">I have contacted the customer</label>
<input type="checkbox" name="customer_contacted" id="customer_contacted" class="contacted_interested"/>
</div>
<div>
......@@ -461,11 +461,11 @@
</header>
<main class="modal-body" id="sign-dialog">
<div class="form-group">
<label class="col-form-label" for="comment">Why aren't you interested by this lead?</label>
<label class="col-form-label" for="comment">Why aren't you interested in this lead?</label>
<input type="text" name="comment" id="comment" class="form-control comment_desinterested"/>
</div>
<div class="form-group">
<label class="col-form-label" for="contacted_desinterested">Do you have contacted the customer?</label>
<label class="col-form-label" for="contacted_desinterested">I have contacted the customer</label>
<input type="checkbox" name="contacted_desinterested" id="contacted_desinterested" class="contacted_desinterested"/>
</div>
<div class="form-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment