Skip to content

Commit

Permalink
Pass string for now, see #499
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 27, 2022
1 parent e81f746 commit 9aa8cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/create/CreateScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CreateScreen extends Screen<RAPModel, CreateScreenView> {
tandem: tandem,
homeScreenIcon: new CreateScreenIcon(),
name: ratioAndProportionStrings.screen.createProperty,
descriptionContent: ratioAndProportionStrings.a11y.create.homeScreenDescriptionProperty,
descriptionContent: ratioAndProportionStrings.a11y.create.homeScreenDescription,
keyboardHelpNode: new CreateScreenKeyboardHelpContent()
}
);
Expand Down

0 comments on commit 9aa8cde

Please sign in to comment.