From 9aa8cde8419fbd74f0906579b999202456c78d45 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 26 Aug 2022 20:28:13 -0600 Subject: [PATCH] Pass string for now, see https://github.com/phetsims/ratio-and-proportion/issues/499 --- js/create/CreateScreen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/create/CreateScreen.ts b/js/create/CreateScreen.ts index 775783aa..f9d28e3c 100644 --- a/js/create/CreateScreen.ts +++ b/js/create/CreateScreen.ts @@ -28,7 +28,7 @@ class CreateScreen extends Screen { tandem: tandem, homeScreenIcon: new CreateScreenIcon(), name: ratioAndProportionStrings.screen.createProperty, - descriptionContent: ratioAndProportionStrings.a11y.create.homeScreenDescriptionProperty, + descriptionContent: ratioAndProportionStrings.a11y.create.homeScreenDescription, keyboardHelpNode: new CreateScreenKeyboardHelpContent() } );