diff --git a/lib/features/accounts/screens/account_info_screen.dart b/lib/features/accounts/screens/account_info_screen.dart index 7a9d06e..0bd6567 100644 --- a/lib/features/accounts/screens/account_info_screen.dart +++ b/lib/features/accounts/screens/account_info_screen.dart @@ -30,9 +30,9 @@ class _AccountInfoScreen extends State { int selectedIndex = widget.selectedIndex; return Scaffold( appBar: AppBar( - title: Text( - AppLocalizations.of(context).accountInfo, - ), + title: Text(AppLocalizations.of(context) + .accountInfo + .replaceFirst(RegExp('\n'), '')), ), body: ListView( padding: const EdgeInsets.all(16.0),