diff --git a/refilc/devtools_options.yaml b/refilc/devtools_options.yaml new file mode 100644 index 0000000..7e7e7f6 --- /dev/null +++ b/refilc/devtools_options.yaml @@ -0,0 +1 @@ +extensions: diff --git a/refilc_mobile_ui/lib/screens/error_report_screen.dart b/refilc_mobile_ui/lib/screens/error_report_screen.dart index eb68026..51fca5a 100644 --- a/refilc_mobile_ui/lib/screens/error_report_screen.dart +++ b/refilc_mobile_ui/lib/screens/error_report_screen.dart @@ -21,15 +21,12 @@ class ErrorReportScreen extends StatelessWidget { child: Column( children: [ const Spacer(), - const Icon( - FeatherIcons.alertTriangle, - size: 100, - ), + Image.asset('assets/icons/ic_rounded.png', height: 40 ), const Spacer(), Padding( padding: const EdgeInsets.only(bottom: 4.0), child: Text( - "uhoh".i18n, + "ekretaYou".i18n, style: const TextStyle( color: Colors.white, fontSize: 32.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 59af0e0..fce6ada 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": { - "uhoh": "Uh Oh!", + "ekretaYou": "eKréta, you", "description": "An error occurred!", "submit": "Submit", "goback": "Go back", @@ -16,7 +16,7 @@ extension SettingsLocalization on String { "done": "Done", }, "hu_hu": { - "uhoh": "Ajajj!", + "ekretaYou": "eKréta, te", "description": "Hiba történt!", "submit": "Hiba jelentése", "goback": "Vissza", @@ -28,7 +28,7 @@ extension SettingsLocalization on String { "done": "Kész", }, "de_de": { - "uhoh": "Uh Oh!", + "ekretaYou": "eKréta, du", "description": "Ein Fehler ist aufgetreten!", "submit": "Abschicken", "goback": "Zurück",