Update error message

This commit is contained in:
Caleb Jasik 2025-02-05 12:33:34 -06:00
parent 1e6a57b266
commit 5e5458146b
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ import 'package:flutter/widgets.dart';
import 'package:mobile_nebula/services/result.dart'; import 'package:mobile_nebula/services/result.dart';
class LogsNotFoundException implements Exception { class LogsNotFoundException implements Exception {
String error() => 'No logs found. Has the site been started?'; String error() => 'No logs found. Logs will be available after starting the site for the first time.';
} }
class LogsNotifier extends ChangeNotifier { class LogsNotifier extends ChangeNotifier {