mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Change scanner status label "Not yet started" to "Not started"
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
08ee4fc0ea
commit
abeba88fec
@@ -27,7 +27,7 @@ class DhcpScannerCard extends StatelessWidget {
|
||||
if (!status.isListening) {
|
||||
return (
|
||||
color: Theme.of(context).colorScheme.outline,
|
||||
label: 'Not yet started',
|
||||
label: 'Not started',
|
||||
sublabels: [],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user