f4c139aed0
VocabFlashcardPracticeView and VocabMultipleChoicePracticeView rendered the English prompt as "to \(verb.english)". Every verb in conjuga_data already stores english with a leading "to " (all 1750 of them), so the prompt came out as "to to be", "to to run", etc. Dropped the prefix — verb.english is shown verbatim. Same fix applied to the Image Playground concept string so generated illustrations are prompted with "to be" rather than "to to be". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>