From 6e043cd4b19472cb118dc297943062cd343d35c4 Mon Sep 17 00:00:00 2001 From: Luisav1 Date: Mon, 17 Oct 2022 13:51:13 -0600 Subject: [PATCH] Edit thanks statement. See https://github.com/phetsims/build-a-nucleus/issues/52. --- js/build-a-nucleus-main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/build-a-nucleus-main.ts b/js/build-a-nucleus-main.ts index 658985e..083631e 100644 --- a/js/build-a-nucleus-main.ts +++ b/js/build-a-nucleus-main.ts @@ -23,7 +23,7 @@ const simOptions: SimOptions = { qualityAssurance: 'Clifford Hardin, Emily Miller, Nancy Salpepi, Kathryn Woessner', graphicArts: '', soundDesign: '', - thanks: 'We gratefully acknowledge the support of ECO Canada for funding this sim.' + thanks: 'We gratefully acknowledge the support of ECO Canada for helping to fund this sim.' } };