Update strings in app
This commit is contained in:
parent
668ff881c7
commit
46654b767e
1 changed files with 3 additions and 3 deletions
|
@ -140,12 +140,12 @@ class _HomeWidgetState extends State<HomeWidget> {
|
|||
return BottomNavigationBar(
|
||||
items: const <BottomNavigationBarItem>[
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(Icons.photo_filter),
|
||||
icon: Icon(Icons.photo_library),
|
||||
title: Text('Photos'),
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(Icons.photo_library),
|
||||
title: Text('Gallery'),
|
||||
icon: Icon(Icons.folder),
|
||||
title: Text('Folders'),
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(Icons.folder_shared),
|
||||
|
|
Loading…
Add table
Reference in a new issue