Skip to content

Commit

Permalink
changed 'Contacts list' to 'Contacts' (#896)
Browse files Browse the repository at this point in the history
Co-authored-by: ost-ptk <[email protected]>
  • Loading branch information
ost-ptk and ost-ptk authored Dec 19, 2023
1 parent 79d9f85 commit 8a5f8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/popup/pages/navigation-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function NavigationMenuPageContent() {
items: [
{
id: 1,
title: t('Contacts list'),
title: t('Contacts'),
iconPath: 'assets/icons/team.svg',
currentValue: countOfContacts,
disabled: false,
Expand Down

0 comments on commit 8a5f8fb

Please sign in to comment.