update description for sync

This commit is contained in:
Fabian Freund
2025-07-16 22:49:33 +02:00
parent 402a2912b0
commit 98215b7df8
@@ -37,22 +37,22 @@ class BangSettingsScreen extends HookConsumerWidget {
const BangGroupListTile(
group: BangGroup.general,
title: 'General Bangs',
subtitle: 'Automatically syncs every 7 days',
subtitle: 'Sync on demand from GitHub',
),
const BangGroupListTile(
group: BangGroup.assistant,
title: 'Assistant Bangs',
subtitle: 'Automatically syncs every 7 days',
subtitle: 'Sync on-demand from GitHub',
),
const BangGroupListTile(
group: BangGroup.kagi,
title: 'Kagi Bangs',
subtitle: 'Automatically syncs every 7 days',
subtitle: 'Sync on-demand from GitHub',
),
const BangGroupListTile(
group: BangGroup.custom,
title: 'WebLibre Bangs',
subtitle: 'Automatically syncs every 7 days',
subtitle: 'Sync on-demand from GitHub',
),
],
);