mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 09:20:29 +00:00
feat: Add localization for no recipients and no channels found messages
This commit is contained in:
@@ -434,8 +434,8 @@ class _SarUpdateSheetState extends State<SarUpdateSheet> {
|
||||
AppLocalizations.of(
|
||||
context,
|
||||
)!.noDestinationsAvailable,
|
||||
style: const TextStyle(
|
||||
color: Colors.white70,
|
||||
style: TextStyle(
|
||||
color: Colors.red.shade900,
|
||||
fontSize: 11,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user