mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Merge pull request #357 from zjs81/discovered-text
use l10n strings for discovered menu item
This commit is contained in:
commit
17e55e96bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue