diff --git a/refilc_mobile_ui/lib/screens/error_report_screen.dart b/refilc_mobile_ui/lib/screens/error_report_screen.dart index e64a5f5..aed20d1 100644 --- a/refilc_mobile_ui/lib/screens/error_report_screen.dart +++ b/refilc_mobile_ui/lib/screens/error_report_screen.dart @@ -29,7 +29,7 @@ class ErrorReportScreen extends StatelessWidget { Padding( padding: const EdgeInsets.only(bottom: 4.0), child: Text( - "title".i18n, + "ekretaYou".i18n, style: TextStyle( color: AppColors.of(context).text.withOpacity(0.7), fontSize: 24.0, diff --git a/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart b/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart index a198376..8089fd3 100644 --- a/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart +++ b/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart @@ -4,7 +4,7 @@ extension SettingsLocalization on String { static final _t = Translations.byLocale("hu_hu") + { "en_en": { - "title": "Unexpected error.", + "ekretaYou": "e-KRÉTA, you", "description": "Unexpected error while using the application!", "submit": "Submit", "goback": "Go back", @@ -18,7 +18,7 @@ extension SettingsLocalization on String { "An unexpected error occurred while using the app.", }, "hu_hu": { - "title": "Váratlan hiba.", + "ekretaYou": "e-KRÉTA, te", "description": "Váratlan hiba az alkalmazás használata közben!", "submit": "Hiba jelentése", "goback": "Vissza", @@ -32,7 +32,7 @@ extension SettingsLocalization on String { "Nem várt hiba következett be az alkalmazás használata közben.", }, "de_de": { - "title": "Unerwartetes Problem.", + "ekretaYou": "e-KRÉTA, du", "description": "Unerwarteter Fehler bei der Benutzung der Anwendung!", "submit": "Abschicken", "goback": "Zurück",