Skip to content

Commit

Permalink
Feature/9441 demo mode for screenreader (#9513)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumathane authored Sep 4, 2024
1 parent a479fc3 commit 4066830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion VAMobile/src/screens/auth/LoginScreen/LoginScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ function LoginScreen() {
justifyContent={'center'}
onTouchEnd={tapForDemo}
my={theme.dimensions.standardMarginBetween}
testID="va-icon">
testID="va-icon"
accessible={true}
accessibilityRole="image"
accessibilityLabel={t('demoMode.imageDescription')}>
<VALogo testID="VALogo" />
</Box>
<Box mx={theme.dimensions.gutter} my={theme.dimensions.standardMarginBetween}>
Expand Down
1 change: 1 addition & 0 deletions VAMobile/src/translations/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@
"debug.title": "Developer Screen",
"delete": "Delete",
"deleteChanges": "Delete changes",
"demoMode.imageDescription": "Department of Veterans Affairs Logo",
"deleteDraft": "Delete draft?",
"details": "Details",
"directDeposit.account": "Account",
Expand Down

0 comments on commit 4066830

Please sign in to comment.