mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user