From 14b00691c75c8a9c9bf4e2be88ef6c73ee606127 Mon Sep 17 00:00:00 2001 From: Marc Karassev Date: Tue, 11 Sep 2018 15:38:50 +0200 Subject: [PATCH] Fixed syntax error by escaping a quote. --- tpl/create_poll_step_3.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/create_poll_step_3.tpl b/tpl/create_poll_step_3.tpl index 2a3c231..fdb0518 100644 --- a/tpl/create_poll_step_3.tpl +++ b/tpl/create_poll_step_3.tpl @@ -33,7 +33,7 @@
-

{__('Step 3', 'Once you have confirmed the creation of your poll, you will automatically be redirected to the poll's administration page.')}

+

{__('Step 3', 'Once you have confirmed the creation of your poll, you will automatically be redirected to the poll\'s administration page.')}

{if $use_smtp}

{__('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.')}

{/if}