diff --git a/lib/services/logs.dart b/lib/services/logs.dart index d11e3f1..2c6723b 100644 --- a/lib/services/logs.dart +++ b/lib/services/logs.dart @@ -4,7 +4,7 @@ import 'package:flutter/widgets.dart'; import 'package:mobile_nebula/services/result.dart'; 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 {