Skip to content

Commit

Permalink
Update birthday display string in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Mar 29, 2024
1 parent 15a2069 commit d786cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public String toString() {
case SCHEDULES:
return "Schedules";
case BIRTHDAYS:
return "Birthday Reminders";
return "Birthday";
default:
throw new IllegalArgumentException();
}
Expand Down

0 comments on commit d786cec

Please sign in to comment.