diff --git a/lib/Screens/allTrips/travel_agent_list.dart b/lib/Screens/allTrips/travel_agent_list.dart index 3c7d7c3..88de1bf 100644 --- a/lib/Screens/allTrips/travel_agent_list.dart +++ b/lib/Screens/allTrips/travel_agent_list.dart @@ -325,7 +325,7 @@ class _TravelAgentListPlansState extends State { Row( children: [ Text( - 'My Trips', + 'Trips', style: GoogleFonts.poppins( fontSize: isDesktop ? 16 : 14, fontWeight: FontWeight.w600, diff --git a/lib/Screens/myTemplates/template.dart b/lib/Screens/myTemplates/template.dart index ea6896f..e9de866 100644 --- a/lib/Screens/myTemplates/template.dart +++ b/lib/Screens/myTemplates/template.dart @@ -243,6 +243,7 @@ class TemplateState extends State