From a341833441726365e26e0e24e580b8a3f6bb8d5d Mon Sep 17 00:00:00 2001 From: balint1414 Date: Mon, 13 Oct 2025 17:46:51 +0200 Subject: [PATCH] nyelv --- firka/lib/ui/phone/widgets/home_main_welcome.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firka/lib/ui/phone/widgets/home_main_welcome.dart b/firka/lib/ui/phone/widgets/home_main_welcome.dart index 3d1eb855..bb3124f7 100644 --- a/firka/lib/ui/phone/widgets/home_main_welcome.dart +++ b/firka/lib/ui/phone/widgets/home_main_welcome.dart @@ -86,7 +86,7 @@ class _WelcomeWidgetState extends State { 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 {