update loading message

This commit is contained in:
2025-09-10 13:35:19 +02:00
parent 9f1877be95
commit 21e302f81b

View File

@@ -91,7 +91,7 @@ class _MihHomeState extends State<MihHome> {
if (asyncSnapshot.connectionState == ConnectionState.waiting) {
return Scaffold(
body: const Mihloadingcircle(
message: "Getting your Data...",
message: "Fetching your Data...",
),
);
} else if (asyncSnapshot.connectionState == ConnectionState.done &&