change: Rename contacts to friends

This commit is contained in:
Christian Pauly 2021-02-27 11:13:39 +01:00
commit 4217fc4fe6
3 changed files with 7 additions and 7 deletions

View file

@ -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