change: Rename contacts to friends
This commit is contained in:
parent
44107f364e
commit
4217fc4fe6
3 changed files with 7 additions and 7 deletions
|
|
@ -35,7 +35,7 @@ class DefaultBottomNavigationBar extends StatelessWidget {
|
|||
items: [
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(currentIndex == 0 ? Icons.people : Icons.people_outlined),
|
||||
label: L10n.of(context).contacts,
|
||||
label: L10n.of(context).friends,
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(currentIndex == 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue