Skip to content

Commit 056d5c9

Browse files
committed
update string
1 parent bd51106 commit 056d5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/views/settings/developer/developer.view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class _DeveloperSettingsViewState extends State<DeveloperSettingsView> {
7070
),
7171
if (kDebugMode)
7272
ListTile(
73-
title: const Text('Test FlameSync'),
73+
title: const Text('FlameSync Test'),
7474
onTap: () async {
7575
await twonlyDB.contactsDao.modifyFlameCounterForTesting();
7676
await syncFlameCounters();

0 commit comments

Comments
 (0)