Fix Hungarian text typos in KretenLoginWidget for improved clarity

This commit is contained in:
2026-03-11 09:04:43 +01:00
parent b8b996a5d3
commit 906e2c97cf

View File

@@ -208,7 +208,7 @@ class _KretenLoginWidgetState extends State<KretenLoginWidget>
),
const SizedBox(height: 16),
Text(
'A bejelentkezesi oldal nem toltheto be',
'A bejelentkezési oldal nem tölthető be',
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 16,
@@ -230,7 +230,7 @@ class _KretenLoginWidgetState extends State<KretenLoginWidget>
FilledButton.icon(
onPressed: _retry,
icon: const Icon(Icons.refresh),
label: const Text('Probald ujra'),
label: const Text('Próbáld újra'),
),
const SizedBox(height: 12),
TextButton(