Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adriana Ceric <[email protected]>
  • Loading branch information
binh-dam-ibigroup and AdrianaCeric authored Nov 30, 2023
1 parent 20b65d1 commit 58abc20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public static TripMonitorNotification createItineraryNotFoundNotification(
return new TripMonitorNotification(
NotificationType.ITINERARY_NOT_FOUND,
stillPossibleOnOtherMonitoredDaysOfTheWeek
? "Your itinerary was not found in trip planner results for today! Please check realtime conditions and plan a new trip."
: "Your itinerary is no longer possible any monitored day of the week! Please plan and save a new trip."
? "Your itinerary was not found in today's trip planner results. Please check real-time conditions and plan a new trip."
: "Your itinerary is no longer possible on any monitored day of the week. Please plan and save a new trip."
);
}

Expand Down

0 comments on commit 58abc20

Please sign in to comment.