This commit is contained in:
zhutao
2025-09-01 10:18:39 +08:00
parent 9d13aa13e2
commit c175a979a5
26 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ class HomeHeader extends StatelessWidget {
child: Column(
children: [
Text(
"Food Safety Scanner",
"Food Safety Check",
style: Theme.of(context).textTheme.titleLarge,
),
Container(

View File

@@ -150,7 +150,7 @@ class _UploadPanelState extends State<UploadPanel> {
),
),
Text(
"Supports JPG, PNG, HEIC formats Max 10MB",
"Supports JPG, PNG, and HElC formats · Max 10MB",
style: Theme.of(context).textTheme.labelSmall,
textAlign: TextAlign.center,
),