Перевёл пустую страницу

This commit is contained in:
Andrew 2023-05-17 20:44:38 +07:00
parent 8a3030addf
commit 374196699a

View file

@ -7,7 +7,7 @@ class NonePanel extends StatelessWidget {
Widget build(BuildContext context) {
return Center(
child: Text(
'Use the menu for navigation',
"Используйте меню слева для навигации",
style: Theme.of(context).textTheme.headlineSmall,
),
);