diff --git a/source/Trek-12/Trek-12/Trek-12.csproj b/source/Trek-12/Trek-12/Trek-12.csproj
index 8048ee5..1630103 100644
--- a/source/Trek-12/Trek-12/Trek-12.csproj
+++ b/source/Trek-12/Trek-12/Trek-12.csproj
@@ -78,8 +78,8 @@
PageLeaderBoard.xaml
-
- PageProfils.xaml
+
+ pageProfiles.xaml
PageRegles.xaml
diff --git a/source/Trek-12/Trek-12/Views/pageProfils.xaml b/source/Trek-12/Trek-12/Views/pageProfiles.xaml
similarity index 64%
rename from source/Trek-12/Trek-12/Views/pageProfils.xaml
rename to source/Trek-12/Trek-12/Views/pageProfiles.xaml
index 6f33a7e..014a9b6 100644
--- a/source/Trek-12/Trek-12/Views/pageProfils.xaml
+++ b/source/Trek-12/Trek-12/Views/pageProfiles.xaml
@@ -1,26 +1,23 @@
-
-
-
-
-
-
+ Title="PageProfiles">
-
-
+
+
-
-
+
+
+
+
+
+
@@ -28,7 +25,8 @@
+ ProfilePicture="{Binding ProfilePicture}"
+ CreationDate="{Binding CreationDate}"/>
diff --git a/source/Trek-12/Trek-12/Views/pageProfils.xaml.cs b/source/Trek-12/Trek-12/Views/pageProfiles.xaml.cs
similarity index 97%
rename from source/Trek-12/Trek-12/Views/pageProfils.xaml.cs
rename to source/Trek-12/Trek-12/Views/pageProfiles.xaml.cs
index 749144a..4ebb2ac 100644
--- a/source/Trek-12/Trek-12/Views/pageProfils.xaml.cs
+++ b/source/Trek-12/Trek-12/Views/pageProfiles.xaml.cs
@@ -7,11 +7,11 @@ using Models.Interfaces;
namespace Trek_12.Views;
-public partial class PageProfils : ContentPage
+public partial class PageProfiles : ContentPage
{
public Game ProfileManager => (App.Current as App).Manager;
- public PageProfils()
+ public PageProfiles()
{
InitializeComponent();
BindingContext = ProfileManager;