mirror of
https://github.com/google/blockly.git
synced 2026-01-24 17:20:11 +01:00
fix: Refer to empty statement connections as ending rather than beginning a clause (#9512)
This commit is contained in:
@@ -349,7 +349,7 @@ export class RenderedConnection
|
||||
aria.setState(
|
||||
highlightSvg,
|
||||
aria.State.LABEL,
|
||||
`${this.getParentInput() ? 'Begin' : 'End'} ${parentInput.getFieldRowLabel()}`,
|
||||
`End ${parentInput.getFieldRowLabel()}`,
|
||||
);
|
||||
}
|
||||
} else if (
|
||||
|
||||
Reference in New Issue
Block a user