diff --git a/BookAStar/BookAStar/ViewModels/DashboardViewModel.cs b/BookAStar/BookAStar/ViewModels/DashboardViewModel.cs index 8ba61efb..e744cdbc 100644 --- a/BookAStar/BookAStar/ViewModels/DashboardViewModel.cs +++ b/BookAStar/BookAStar/ViewModels/DashboardViewModel.cs @@ -195,10 +195,10 @@ namespace BookAStar.ViewModels "Profile professionel non renseigné"; newAvatar = UserHelpers.Avatar(user.Avatar); } - SetProperty(ref haveAnUser, newHaveAnUser, "UserIsPro"); + SetProperty(ref haveAnUser, newHaveAnUser, "HaveAnUser"); SetProperty(ref userIsPro, newUserIsPro, "UserIsPro"); SetProperty(ref performerStatus, newStatusString, "PerformerStatus"); - SetProperty(ref userQueries, newQueriesButtonText, "PerformerStatus"); + SetProperty(ref userQueries, newQueriesButtonText, "UserQueries"); SetProperty(ref queryCount, newQueryCount, "QueryCount"); SetProperty(ref avatar, newAvatar, "Avatar"); }