Skip to content

Commit

Permalink
fix: accessibility for the defautl notification goBack button (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Drouin <[email protected]>
  • Loading branch information
jcdrouin21 authored Jan 10, 2025
1 parent 605c185 commit 4bee0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/screens/DefaultNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const DefaultNotification: React.FC<DefaultProps> = ({ navigation }: DefaultProp
<Button
buttonType={ButtonType.Secondary}
testID={testIdWithKey('StartProcess')}
accessibilityLabel={t('DefaultNotificationPage.ButtonHome')}
accessibilityLabel={t('Global.GoBack')}
title={t('Global.GoBack')}
onPress={() => navigation.goBack()}
></Button>
Expand Down

0 comments on commit 4bee0c3

Please sign in to comment.