1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-04-03 00:22:36 +00:00
This commit is contained in:
Pierre HUBERT 2018-08-15 07:44:34 +02:00
parent 7a65263873
commit 0825aba022
3 changed files with 3 additions and 3 deletions
assets/js
components/posts
langs

@ -707,7 +707,7 @@ ComunicWeb.components.posts.ui = {
var cancelReponseLink = createElem2({ var cancelReponseLink = createElem2({
appendTo: choosedResponseElem, appendTo: choosedResponseElem,
type: "a", type: "a",
innerHTML: lang("posts_ui_cance_response_survey") innerHTML: lang("posts_ui_cancel_response_survey")
}); });
//Make cancel button lives //Make cancel button lives

@ -76,7 +76,7 @@ ComunicWeb.common.langs.en = {
posts_ui_confirm_cancel_survey_response: "Do you really want to cancel your response to the survey ?", posts_ui_confirm_cancel_survey_response: "Do you really want to cancel your response to the survey ?",
posts_ui_err_cancel_response_survey: "Could not cancel response to survey !", posts_ui_err_cancel_response_survey: "Could not cancel response to survey !",
posts_ui_send_survey_response: "Send", posts_ui_send_survey_response: "Send",
posts_ui_cance_response_survey: "Cancel", posts_ui_cancel_response_survey: "Cancel",
//Posts form //Posts form
_post_type_text: "Text", _post_type_text: "Text",

@ -77,7 +77,7 @@ ComunicWeb.common.langs.fr = {
posts_ui_confirm_cancel_survey_response: "Voulez-vous vraiment annuler votre réponse au sondage ?", posts_ui_confirm_cancel_survey_response: "Voulez-vous vraiment annuler votre réponse au sondage ?",
posts_ui_err_cancel_response_survey: "Une erreur a survenue lors de l'annulation de la r&ecaute;ponse !", posts_ui_err_cancel_response_survey: "Une erreur a survenue lors de l'annulation de la r&ecaute;ponse !",
posts_ui_send_survey_response: "Envoyer", posts_ui_send_survey_response: "Envoyer",
posts_ui_cance_response_survey: "Annuler", posts_ui_cancel_response_survey: "Annuler",
//Posts form //Posts form
_post_type_text: "Texte", _post_type_text: "Texte",