diff --git a/lib/presentation/routes/drawer_routes/custom_drawer_routes.dart b/lib/presentation/routes/drawer_routes/custom_drawer_routes.dart index 2f73fc8e..7ea9e261 100644 --- a/lib/presentation/routes/drawer_routes/custom_drawer_routes.dart +++ b/lib/presentation/routes/drawer_routes/custom_drawer_routes.dart @@ -989,7 +989,7 @@ class _BaseScaffoldState extends ConsumerState { ), ListTile( leading: Icon(Icons.mail_outlined), - title: const Text('Contact'), + title: Text(context.translate('Contact','اتصل'),), onTap: () => context.push('/contact'), ), if (userId != 'guest')