Skip to content

Commit

Permalink
fix: typo (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiatoja152 authored Dec 13, 2024
1 parent f6f018f commit c5d8af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchenowl/lib/pages/analytics_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AnalyticsPage extends StatelessWidget {
),
ListTile(
dense: true,
title: const Text("Montly Active"),
title: const Text("Monthly Active"),
subtitle: const Text("Online in the last 30 days"),
trailing: Text(
"${data['users']['active'].toString()} (${NumberFormat.percentPattern().format(data['users']['active'] / data['users']['total'])})",
Expand Down

0 comments on commit c5d8af6

Please sign in to comment.