Merge branch 'bug/369-template-syntax-error-creation-step3' into 'develop'

Fixed syntax error by escaping a quote.

Closes #369

See merge request framasoft/framadate!335
This commit is contained in:
Thomas Citharel 2018-09-11 15:43:29 +02:00
commit d29b703e0e

View File

@ -33,7 +33,7 @@
</div>
</div>
<div class="alert alert-warning">
<p>{__('Step 3', 'Once you have confirmed the creation of your poll, you will automatically be redirected to the poll's administration page.')}</p>
<p>{__('Step 3', 'Once you have confirmed the creation of your poll, you will automatically be redirected to the poll\'s administration page.')}</p>
{if $use_smtp}
<p>{__('Step 3', 'Then you will receive two emails: one containing the link of your poll for sending to the participants, the other containing the link to the poll administration page.')}</p>
{/if}