diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c19316b..c67ba08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: prefix: "chore" include: "scope" # @types/node major versions track the Node.js runtime (see shared CI default). - # Bump TemplateSingleSim and repos together when CI node-version changes. + # Bump SceneryStackTemplate and repos together when CI node-version changes. ignore: - dependency-name: "@types/node" update-types: ["version-update:semver-major"] diff --git a/src/common/view/OpticsLabScreenSummaryContent.ts b/src/common/view/OpticsLabScreenSummaryContent.ts index 472d9ec..81b3006 100644 --- a/src/common/view/OpticsLabScreenSummaryContent.ts +++ b/src/common/view/OpticsLabScreenSummaryContent.ts @@ -6,7 +6,7 @@ * bench play area and the controls, and gives an interaction hint. * * Follows the OpenPhysics accessibility convention; see the canonical - * TemplateSingleSim/SimScreenSummaryContent.ts. The current-details paragraph is + * SceneryStackTemplate/SimScreenSummaryContent.ts. The current-details paragraph is * static here because the scene's optical elements are held in a PhetioGroup * rather than a count Property; it can be made live by deriving a count. */