Title case birthday names
This commit is contained in:
parent
22adb0eeb0
commit
8e6c617277
|
@ -301,7 +301,7 @@ def get_birthdays(from_date: date, config: configparser.ConfigParser) -> list[Ev
|
|||
Event(
|
||||
date=bday[0],
|
||||
name="birthday",
|
||||
title=f"{name} (aged {bday[1]})",
|
||||
title=f"{name.title()} (aged {bday[1]})",
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue