Перевёл пустую страницу
This commit is contained in:
parent
8a3030addf
commit
374196699a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class NonePanel extends StatelessWidget {
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Center(
|
return Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
'Use the menu for navigation',
|
"Используйте меню слева для навигации",
|
||||||
style: Theme.of(context).textTheme.headlineSmall,
|
style: Theme.of(context).textTheme.headlineSmall,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue