From 027c913c85026f1dbeecd10c634f1895c8049a7a Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Mon, 4 Nov 2024 15:52:00 -0500 Subject: [PATCH] Update 52-face-name-association.sql added french to face name --- populate-scripts/update/52-face-name-association.sql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;