changed settings page name
This commit is contained in:
parent
48606a9e39
commit
68ce71e6d1
2 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ class _AppDrawerState extends State<AppDrawer> {
|
|||
|
||||
Widget get settingsTile => NavTile(
|
||||
icon: AIcons.settings,
|
||||
title: 'Preferences',
|
||||
title: 'Settings',
|
||||
routeName: SettingsPage.routeName,
|
||||
pageBuilder: (_) => SettingsPage(),
|
||||
);
|
||||
|
|
|
@ -18,7 +18,7 @@ class SettingsPage extends StatelessWidget {
|
|||
length: 4,
|
||||
child: Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('Preferences'),
|
||||
title: Text('Settings'),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: Consumer<Settings>(
|
||||
|
|
Loading…
Reference in a new issue