From 20c324a01895d8e0c973ccc3ce229278e908aa56 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie <kemenaran@gmail.com> Date: Wed, 17 Apr 2019 15:09:08 +0200 Subject: [PATCH] templates: fix localisation of a string --- tpl/create_date_poll_step_2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/create_date_poll_step_2.tpl b/tpl/create_date_poll_step_2.tpl index a69d4ab7..b980f092 100644 --- a/tpl/create_date_poll_step_2.tpl +++ b/tpl/create_date_poll_step_2.tpl @@ -33,7 +33,7 @@ <span class="sr-only">{__('Generic', 'Add')}</span> </p> - <p>{__('Step 2 date', 'For each selected day, you are free to suggest meeting times (e.g., \"8h\", \"8:30\", \"8h-10h\", \"evening\", etc.)')}</p> + <p>{__('Step 2 date', 'For each selected day, you are free to suggest meeting times (e.g., "8h", "8:30", "8h-10h", "evening", etc.)')}</p> </div> <div id="days_container"> -- GitLab