diff --git a/Source/Credits.xaml.cs b/Source/Credits.xaml.cs
index 15afac2..75625ef 100644
--- a/Source/Credits.xaml.cs
+++ b/Source/Credits.xaml.cs
@@ -48,7 +48,7 @@ private async void Button_Clicked_1(object sender, EventArgs e)
}
///
- /// Little secret... Displays a toast alert the first time the user opens the app.
+ /// Little secret... Displays a toast alert the first time the user opens the credits page.
///
///
///
@@ -67,4 +67,4 @@ private async void displayToast(string message)
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(5));
await toast.Show(cts.Token);
}
-}
\ No newline at end of file
+}