diff --git a/ui/lib/search_page/search.dart b/ui/lib/search_page/search.dart index 70ab75b..1ff8da4 100644 --- a/ui/lib/search_page/search.dart +++ b/ui/lib/search_page/search.dart @@ -111,7 +111,7 @@ class _SearchPageState extends ConsumerState { } return cards; }, - error: (err, trace) => [PoError(msg: "网络错误,请确认TMDB Key正确配置,并且服务端能够正常连接TMDB网站", err: err)], + error: (err, trace) => [PoError(msg: "网络错误,请确认TMDB Key正确配置,并且能够正常连接到TMDB网站", err: err)], loading: () => [const MyProgressIndicator()]); var f = NotificationListener(