From 1d8d341f2d6ede6feb13c11389e5032daa1eca33 Mon Sep 17 00:00:00 2001 From: balint1414 Date: Sun, 12 Oct 2025 20:47:38 +0200 Subject: [PATCH] =?UTF-8?q?ford=C3=ADt=C3=A1s=20hozz=C3=A1ad=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firka/lib/helpers/ui/common_bottom_sheets.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firka/lib/helpers/ui/common_bottom_sheets.dart b/firka/lib/helpers/ui/common_bottom_sheets.dart index 07f89dc..aac168e 100644 --- a/firka/lib/helpers/ui/common_bottom_sheets.dart +++ b/firka/lib/helpers/ui/common_bottom_sheets.dart @@ -754,7 +754,7 @@ Future showHomeworkBottomSheet( left: [], center: [ Text( - "Megjelölés készként", + data.l10n.mark_as_done, style: appStyle.fonts.B_16SB.apply( color: appStyle.colors.textSecondary), ) @@ -775,7 +775,7 @@ Future showHomeworkBottomSheet( left: [], center: [ Text( - "Megjelölés nem készként", + data.l10n.mark_as_not_done, style: appStyle.fonts.B_16SB.apply( color: appStyle.colors.textSecondary), )