From fdf2cb70c44bd7d229577134eac76f0fea2b19eb Mon Sep 17 00:00:00 2001 From: Kalonkarthik Date: Fri, 14 Mar 2025 12:37:59 +0530 Subject: [PATCH] contact arabic in drawer --- lib/presentation/routes/drawer_routes/custom_drawer_routes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')