Skip to content

Commit ff6ca2e

Browse files
authored
fix: Refer to empty statement connections as ending rather than beginning a clause (#9512)
1 parent 85531ec commit ff6ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rendered_connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export class RenderedConnection
349349
aria.setState(
350350
highlightSvg,
351351
aria.State.LABEL,
352-
`${this.getParentInput() ? 'Begin' : 'End'} ${parentInput.getFieldRowLabel()}`,
352+
`End ${parentInput.getFieldRowLabel()}`,
353353
);
354354
}
355355
} else if (

0 commit comments

Comments
 (0)