screens/changelog: fix typo

This commit is contained in:
2025-07-07 21:10:22 +02:00
parent 2531b2bbab
commit 83f15718c1

View File

@@ -12,7 +12,7 @@ class ChangelogView extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Changelogs'),
title: const Text('Changelog'),
),
body: FutureBuilder<List<String>>(
future: _fetchChangelogs(),