From 435eee52a25cb54970521388588b30a94b0c99e8 Mon Sep 17 00:00:00 2001 From: Pavel Zarudnev Date: Thu, 22 Apr 2021 22:13:47 +0300 Subject: [PATCH] Generic data cleanup. --- lib/pages/profile/edit_profile.dart | 2 +- lib/pages/profile/profile.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/profile/edit_profile.dart b/lib/pages/profile/edit_profile.dart index 15b3f8a2..c5059c14 100644 --- a/lib/pages/profile/edit_profile.dart +++ b/lib/pages/profile/edit_profile.dart @@ -23,7 +23,7 @@ class _EditProfileState extends State { @override void initState() { super.initState(); - _nameController.text = 'Diana Potokina'; + _nameController.text = 'Username'; } @override diff --git a/lib/pages/profile/profile.dart b/lib/pages/profile/profile.dart index 0e6d3de7..4d3ddb68 100644 --- a/lib/pages/profile/profile.dart +++ b/lib/pages/profile/profile.dart @@ -37,7 +37,7 @@ class Profile extends StatelessWidget { ), SizedBox(height: 12.0), Text( - 'Diana Potokina', + 'Username', style: TextStyle( fontSize: 20.0, fontWeight: FontWeight.w600,