Skip to content

Commit

Permalink
remove TODOs, #769
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 21, 2022
1 parent 3de8066 commit e79ecf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/keyboard/help/KeyboardHelpSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export default class KeyboardHelpSection extends ReadingBlock( VBox ) {
// pdom
tagName: 'h2',

//TODO https://github.com/phetsims/scenery-phet/issues/769 is it OK to use dynamic translated string here?
innerContent: headingString
},
textMaxWidth: DEFAULT_LABEL_MAX_WIDTH,
Expand Down Expand Up @@ -180,7 +179,6 @@ export default class KeyboardHelpSection extends ReadingBlock( VBox ) {
// it may appear to the synth as an abbreviation and change the pronunciation.
let readingBlockNameResponse = '';

//TODO https://github.com/phetsims/scenery-phet/issues/769 is it OK to use a dynamic translated string here?
readingBlockNameResponse += `${this.headingStringProperty.value}, `;

// Append the readingBlockNameResponse assigned to each row.
Expand Down

0 comments on commit e79ecf2

Please sign in to comment.