diff --git a/lib/bottom_navigation_bar_buttons/profile/profile.dart b/lib/bottom_navigation_bar_buttons/profile/profile.dart
index 9b813db769af12a8a42ba389ec476fd3a53f382f..d78637b79d7f393d8b72f77fc4acc9bb9efcadf1 100644
--- a/lib/bottom_navigation_bar_buttons/profile/profile.dart
+++ b/lib/bottom_navigation_bar_buttons/profile/profile.dart
@@ -59,7 +59,7 @@ class _ProfilePage extends State<Profile> {
               mainAxisAlignment: MainAxisAlignment.center,
               children: [
                 ProfileEntry(
-                    category: "Name", description: "A very long example Name"),
+                    category: "Name", description: "Very long example Name"),
                 ProfileEntry(category: "Age", description: "123"),
                 ProfileEntry(category: "Birthday", description: "30.02.")
               ],