This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit cb9318020408243801967631ea5ecc9d169c425c Author: jcouteau <couteau@codelutin.com> Date: Mon Aug 19 16:53:53 2019 +0200 Multi question poll : - Libellé des boutons --- pollen-ui-riot-js/src/main/web/i18n/fr.json | 4 ++-- pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/i18n/fr.json b/pollen-ui-riot-js/src/main/web/i18n/fr.json index 682247cd..8a41615b 100644 --- a/pollen-ui-riot-js/src/main/web/i18n/fr.json +++ b/pollen-ui-riot-js/src/main/web/i18n/fr.json @@ -305,8 +305,6 @@ "poll_editQuestions_titleNotBlank": "Le titre ne doit pas être blanc", "poll_editQuestions_description": "Description", "poll_editQuestions_descriptionPlaceHolder": "Renseignez la description de la question", - "poll_editQuestions_newQuestion": "Question suivante", - "poll_editQuestions_previousQuestion": "Question précédente", "poll_settings_pollType": "Ouverture du sondage", "poll_settings_pollType_FREE": "Ouvert à tous", "poll_settings_pollType_FREE_help": "Toutes les personnes ayant le lien du sondage peuvent voter.", @@ -413,7 +411,9 @@ "poll_choices_label": "Choix", "poll_choices_description": "Description", "poll_previous": "Précédent", + "poll_previousQuestion": "Question précédente", "poll_next": "Suivant", + "poll_nextQuestion": "Question suivante", "poll_save": "Enregistrer", "poll_choices_moreChoices": "Ajouter des choix", "poll_choices_moreChoice": "Ajouter un choix", diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html index cada45c7..23d602a1 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html @@ -95,7 +95,7 @@ import "./CheckEmails.tag.html"; tabindex="1" onclick={previousQuestion}> <i class="fa fa-chevron-left " aria-hidden="true"></i> - {_t.previousQuestion} BBB + {_t.previousQuestion} </button> <button if={form.step === 2 && form.multi} @@ -103,7 +103,7 @@ import "./CheckEmails.tag.html"; class="c-button c-button--info" tabindex="1" onclick={newQuestion}> - {_t.newQuestion} AAA + {_t.nextQuestion} <i class="fa fa-chevron-right " aria-hidden="true"></i> </button> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.