From e472d67c798506e44525a2ae15624cb445d874f5 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Sun, 10 Nov 2024 20:20:26 +0800 Subject: [PATCH] ui: update desc --- ui/lib/search_page/search.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(