From 349374a87d89108fd12f87c26d11608d4d10bcdc Mon Sep 17 00:00:00 2001 From: Kalonkarthik Date: Wed, 22 Jan 2025 11:12:42 +0530 Subject: [PATCH] feedback bug fix --- .../routes/drawer_routes/Drawer Items/edit_profile.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/presentation/routes/drawer_routes/Drawer Items/edit_profile.dart b/lib/presentation/routes/drawer_routes/Drawer Items/edit_profile.dart index 3828a89e..32782d42 100644 --- a/lib/presentation/routes/drawer_routes/Drawer Items/edit_profile.dart +++ b/lib/presentation/routes/drawer_routes/Drawer Items/edit_profile.dart @@ -621,7 +621,8 @@ class _EditProfileState extends State { mainAxisAlignment: MainAxisAlignment.start, children: [ Text( - "Date of Birth*", + // "Date of Birth*", + AppLocalizations.of(context)!.dob, style: TextStyle( fontSize: 16, fontWeight: FontWeight.w500,