mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix typo
This commit is contained in:
parent
7a65263873
commit
0825aba022
@ -707,7 +707,7 @@ ComunicWeb.components.posts.ui = {
|
||||
var cancelReponseLink = createElem2({
|
||||
appendTo: choosedResponseElem,
|
||||
type: "a",
|
||||
innerHTML: lang("posts_ui_cance_response_survey")
|
||||
innerHTML: lang("posts_ui_cancel_response_survey")
|
||||
});
|
||||
|
||||
//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_err_cancel_response_survey: "Could not cancel response to survey !",
|
||||
posts_ui_send_survey_response: "Send",
|
||||
posts_ui_cance_response_survey: "Cancel",
|
||||
posts_ui_cancel_response_survey: "Cancel",
|
||||
|
||||
//Posts form
|
||||
_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_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_cance_response_survey: "Annuler",
|
||||
posts_ui_cancel_response_survey: "Annuler",
|
||||
|
||||
//Posts form
|
||||
_post_type_text: "Texte",
|
||||
|
Loading…
Reference in New Issue
Block a user