From 2a89b6dc58bab55423752609b17d4ed2af300979 Mon Sep 17 00:00:00 2001 From: Pearoo Date: Wed, 20 Mar 2024 21:21:39 +0100 Subject: [PATCH] Simplify missed_exam string --- refilc_mobile_ui/lib/pages/home/home_page.i18n.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refilc_mobile_ui/lib/pages/home/home_page.i18n.dart b/refilc_mobile_ui/lib/pages/home/home_page.i18n.dart index 59119a0..182c670 100644 --- a/refilc_mobile_ui/lib/pages/home/home_page.i18n.dart +++ b/refilc_mobile_ui/lib/pages/home/home_page.i18n.dart @@ -21,7 +21,7 @@ extension Localization on String { "update_available": "Update Available", "missed_exams": "You missed %s exams this week." .one("You missed an exam this week."), - "missed_exam_contact": "Contact %s, to resolve it!", + "missed_exam_contact": "Contact %s to resolve it!", }, "hu_hu": { "goodmorning": "Jó reggelt, %s!", @@ -41,7 +41,7 @@ extension Localization on String { "update_available": "Frissítés elérhető", "missed_exams": "Ezen a héten hiányoztál %s dolgozatról." .one("Ezen a héten hiányoztál egy dolgozatról."), - "missed_exam_contact": "Keresd %s-t, ha pótolni szeretnéd!", + "missed_exam_contact": "Keresd %s tanár urat/hölgyet, hogy pótold!", }, "de_de": { "goodmorning": "Guten morgen, %s!",