diff --git a/src/scripts/coopstarter.js b/src/scripts/coopstarter.js
index 56f1a24335b97735dadec8f9b62d5b06cf12fe07..7ad640d6add96ac809480934c8c82674f4a4679c 100644
--- a/src/scripts/coopstarter.js
+++ b/src/scripts/coopstarter.js
@@ -601,14 +601,14 @@ jQuery(document).ready(function($) {
   refreshList("mentor_profile_creation", "mentor_info");
   refreshList("mentor_profile_creation", "mentor_complementary");
   refreshList("mentor_profile_creation", "mentor_contact");
-  refreshList("mentor_profile_creation", "mentor-account-picture");
+  refreshList("mentor_profile_creation", "user-account-picture");
   refreshList("entrepreneur_profile_edition", "entrepreneur_info");
   refreshList("entrepreneur_profile_edition", "entrepreneur_contact");
   refreshList("entrepreneur_profile_edition", "entrepreneur-account-picture");
   refreshList("mentor_profile_edition", "mentor_info");
   refreshList("mentor_profile_edition", "mentor_complementary");
   refreshList("mentor_profile_edition", "mentor_contact");
-  refreshList("mentor_profile_edition", "mentor-account-picture");
+  refreshList("mentor_profile_edition", "user-account-picture");
   refreshList("change_status_request", "request-list");
 
   addProperFilterToSearchComponents("entrepreneur-resource-list");