Update tasks toggle copy

This commit is contained in:
Codex Agent
2026-01-16 15:06:48 +01:00
parent 9e4ea3dafb
commit 6d3f4f36e8
4 changed files with 31 additions and 7 deletions

View File

@@ -656,12 +656,12 @@ export default function MobileEventTasksPage() {
<MobileCard space="$3">
<YStack space="$1">
<Text fontSize="$sm" fontWeight="800" color={text}>
{t('events.tasks.toggle.title', '1. Activate tasks')}
{t('events.tasks.toggle.title', 'Tasks for this event')}
</Text>
<Text fontSize="$xs" color={muted}>
{t(
'events.tasks.toggle.description',
'Enable tasks so guests see challenges and prompts in the app.'
'Give guests optional prompts and photo ideas.'
)}
</Text>
</YStack>