Merge pull request #357 from zjs81/discovered-text

use l10n strings for discovered menu item
chore/offband-rebrand
Ded 3 months ago committed by GitHub
commit 17e55e96bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.