add accessibilityLabel

This commit is contained in:
GleidsonDaniel 2022-04-04 15:26:24 -03:00 committed by Diego Mello
parent 5939eeb1a0
commit b6fc86ca13
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ class LoginView extends React.Component<ILoginViewProps, any> {
<Text <Text
style={[styles.bottomContainerTextBold, { color: themes[theme].actionTintColor }]} style={[styles.bottomContainerTextBold, { color: themes[theme].actionTintColor }]}
onPress={this.register} onPress={this.register}
testID='login-view-register'> testID='login-view-register'
accessibilityLabel='login-view-register'>
{I18n.t('Create_account')} {I18n.t('Create_account')}
</Text> </Text>
</View> </View>