This commit is contained in:
2025-10-13 17:46:51 +02:00
committed by 4831c0
parent 8bf3cc72be
commit a341833441

View File

@@ -86,7 +86,7 @@ class _WelcomeWidgetState extends State<WelcomeWidget> {
final birthDate = DateFormat("MM-dd").format(widget.student.birthdate);
if (birthDate == DateFormat("MM-dd").format(widget.now)) {
return "Boldog születésnapot, $name!";
return widget.l10n.happy_birthday(name);
} else if (widget.now.isBefore(widget.lessons.first.start)) {
return getRawTitle(name, dayCycle);
} else {