diff --git a/populate-scripts/update/52-face-name-association.sql b/populate-scripts/update/52-face-name-association.sql index c43bad8..c15575c 100644 --- a/populate-scripts/update/52-face-name-association.sql +++ b/populate-scripts/update/52-face-name-association.sql @@ -20,7 +20,10 @@ UPDATE tasks SET }, { "sectionType": "text", - "textContent": "You will start by memorizing the phase name pairings. You will see these pairs twice in random order." + "textContent": { + "en": "You will start by memorizing the phase name pairings. You will see these pairs twice in random order.", + "fr": "en francais" + } } ], "buttons": { @@ -140,4 +143,4 @@ UPDATE tasks SET } ] }' -WHERE id = 52; \ No newline at end of file +WHERE id = 52;