update description for sync
This commit is contained in:
@@ -37,22 +37,22 @@ class BangSettingsScreen extends HookConsumerWidget {
|
|||||||
const BangGroupListTile(
|
const BangGroupListTile(
|
||||||
group: BangGroup.general,
|
group: BangGroup.general,
|
||||||
title: 'General Bangs',
|
title: 'General Bangs',
|
||||||
subtitle: 'Automatically syncs every 7 days',
|
subtitle: 'Sync on demand from GitHub',
|
||||||
),
|
),
|
||||||
const BangGroupListTile(
|
const BangGroupListTile(
|
||||||
group: BangGroup.assistant,
|
group: BangGroup.assistant,
|
||||||
title: 'Assistant Bangs',
|
title: 'Assistant Bangs',
|
||||||
subtitle: 'Automatically syncs every 7 days',
|
subtitle: 'Sync on-demand from GitHub',
|
||||||
),
|
),
|
||||||
const BangGroupListTile(
|
const BangGroupListTile(
|
||||||
group: BangGroup.kagi,
|
group: BangGroup.kagi,
|
||||||
title: 'Kagi Bangs',
|
title: 'Kagi Bangs',
|
||||||
subtitle: 'Automatically syncs every 7 days',
|
subtitle: 'Sync on-demand from GitHub',
|
||||||
),
|
),
|
||||||
const BangGroupListTile(
|
const BangGroupListTile(
|
||||||
group: BangGroup.custom,
|
group: BangGroup.custom,
|
||||||
title: 'WebLibre Bangs',
|
title: 'WebLibre Bangs',
|
||||||
subtitle: 'Automatically syncs every 7 days',
|
subtitle: 'Sync on-demand from GitHub',
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user