From 8d41f5778a5e9b2eb9bca7f86698899bd5052f1d Mon Sep 17 00:00:00 2001 From: niuhuan Date: Tue, 5 Oct 2021 05:40:02 +0800 Subject: [PATCH] text --- lib/basic/config/Themes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/basic/config/Themes.dart b/lib/basic/config/Themes.dart index c96a965..93325ee 100644 --- a/lib/basic/config/Themes.dart +++ b/lib/basic/config/Themes.dart @@ -225,7 +225,7 @@ Future chooseTheme(BuildContext buildContext) async { value: _androidNightMode, onChanged: onChange, ), - Text("随手机进入夜间模式"), + Text("随手机进入黑暗模式"), ], ), ),