diff --git a/rcpchgrowth/date_calculations.py b/rcpchgrowth/date_calculations.py index 4585c24..7896606 100644 --- a/rcpchgrowth/date_calculations.py +++ b/rcpchgrowth/date_calculations.py @@ -103,7 +103,7 @@ def chronological_calendar_age(birth_date: date, observation_date: date) -> str: elif len(date_string) == 1: return date_string[0] elif birth_date == observation_date: - return "Birth date is today." + return "Birth date" else: return ""