diff --git a/src/components/TextInput/TextInputLabel/index.js b/src/components/TextInput/TextInputLabel/index.js index fd1e8857a089..013d10051973 100644 --- a/src/components/TextInput/TextInputLabel/index.js +++ b/src/components/TextInput/TextInputLabel/index.js @@ -17,7 +17,7 @@ class TextInputLabel extends PureComponent { (this.label = el)} pointerEvents="none" - accessibilityRole={CONST.ACCESSIBILITY_ROLE_TEXT} + accessibilityRole={CONST.ACCESSIBILITY_ROLE.TEXT} style={[styles.textInputLabel, styles.textInputLabelDesktop, styles.textInputLabelTransformation(this.props.labelTranslateY, 0, this.props.labelScale)]} > {this.props.label}