This commit is contained in:
Hamza-Ayed
2023-10-25 18:00:11 +03:00
parent c1b96c8c84
commit 10c92520b8
9 changed files with 79 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ class BarChartWidget extends StatelessWidget {
: Column(
children: [
Text(
'Average of Hours of ${AppInfo.appName} is ON for this month'
'Average of Hours of ${AppInformation.appName} is ON for this month'
.tr,
style: AppStyle.title,
),