use l10n strings for discovered menu item

This commit is contained in:
Enot (ded) Skelly 2026-04-08 10:01:45 -07:00
parent d9f9ff58b4
commit e4cfbb57b4
No known key found for this signature in database
GPG key ID: 2FE5B19B03656304

View file

@ -394,7 +394,7 @@ class _ContactsScreenState extends State<ContactsScreen>
children: [
const Icon(Icons.person_add_rounded),
const SizedBox(width: 8),
Text("Discovered Contacts"),
Text(context.l10n.discoveredContacts_Title),
],
),
onTap: () => Navigator.push(