From 73b52604aaa61d7722c98f65c90d0da3fa7bd9ac Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Thu, 15 Sep 2022 22:11:09 -0600 Subject: [PATCH] Rename textProperty => stringProperty, see https://github.com/phetsims/scenery/issues/1451 --- js/view/ISLCForceArrowNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/view/ISLCForceArrowNode.js b/js/view/ISLCForceArrowNode.js index 00ab951..8db1fc2 100644 --- a/js/view/ISLCForceArrowNode.js +++ b/js/view/ISLCForceArrowNode.js @@ -124,7 +124,7 @@ class ISLCForceArrowNode extends ReadingBlock( Node ) { y: -20, tandem: tandem.createTandem( 'forceText' ), phetioDocumentation: 'This text updates from the model as the force changes, and cannot be edited.', - textPropertyOptions: { phetioReadOnly: true } + stringPropertyOptions: { phetioReadOnly: true } } ); // @private - tip and tail set in redrawArrow