[REF] Terminology

bzr revid: rim@openerp.com-20140415115017-wfbtidj4eypxyw8r
This commit is contained in:
Richard Mathot (OpenERP) 2014-04-15 13:50:17 +02:00
parent c55057f322
commit 577245bc66
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<h1>Thank you!</h1>
<div t-field="survey.thank_you_message" />
<div t-if='survey.quizz_mode'>You scored <t t-esc="user_input.quizz_score" /> points.</div>
<div>If you wish, you can <a t-att-href="'/survey/print/%s/%s' % (slug(survey), token)">print your answers</a>.</div>
<div>If you wish, you can <a t-att-href="'/survey/print/%s/%s' % (slug(survey), token)">review your answers</a>.</div>
</div>
</div>
</div>