mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix typo
This commit is contained in:
parent
b2bb704b10
commit
6086096bae
@ -69,7 +69,7 @@ ComunicWeb.common.langs.en = {
|
|||||||
posts_edit_cancel: "Cancel",
|
posts_edit_cancel: "Cancel",
|
||||||
posts_edit_update: "Update",
|
posts_edit_update: "Update",
|
||||||
posts_edit_err_invalid_content: "Please check your message content !",
|
posts_edit_err_invalid_content: "Please check your message content !",
|
||||||
posts_edit_err_update_content: "An error occured while trying to udpate post !",
|
posts_edit_err_update_content: "An error occured while trying to update post !",
|
||||||
posts_edit_success_update: "The post has been updated !",
|
posts_edit_success_update: "The post has been updated !",
|
||||||
posts_edit_title: "Update the post",
|
posts_edit_title: "Update the post",
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ ComunicWeb.pages.settings.sections.language = {
|
|||||||
|
|
||||||
//Check for errors
|
//Check for errors
|
||||||
if(result.error){
|
if(result.error){
|
||||||
notify("An error occurred while trying to udpate language settings!", "danger");
|
notify("An error occurred while trying to update language settings!", "danger");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ ComunicWeb.pages.settings.sections.password = {
|
|||||||
|
|
||||||
//Check for errors
|
//Check for errors
|
||||||
if(result.error){
|
if(result.error){
|
||||||
notify("An error occurred while trying to udpate user password!", "danger");
|
notify("An error occurred while trying to update user password!", "danger");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user