Skip to content

Commit

Permalink
UI: Update saved trips empty state message (#584)
Browse files Browse the repository at this point in the history
### TL;DR
Updated empty state message for saved trips screen to be more concise

### What changed?
Modified the empty state message from "Star your fave trips and they'll be right here!" to "Star your trips to see them here!"

### Why make this change?
The new message is more direct and clearer, removing colloquial language ("fave") while maintaining the same meaning. This creates a more professional and straightforward user experience.
  • Loading branch information
ksharma-xyz authored Feb 4, 2025
1 parent dc135c5 commit ad8989d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fun SavedTripsScreen(
ErrorMessage(
emoji = "🌟",
title = "Ready to roll, mate?",
message = "Star your fave trips and they'll be right here!",
message = "Star your trips to see them here!",
modifier = Modifier
.padding(horizontal = 16.dp)
.animateItem(),
Expand Down

0 comments on commit ad8989d

Please sign in to comment.