Skip to content

Commit

Permalink
change accessibility label
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Dec 12, 2023
1 parent 6d2c64f commit 42e7f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CopyTextToClipboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function CopyTextToClipboard({text, textStyles, urlToCopy, accessibilityRole}: C
textStyles={textStyles}
onPress={copyToClipboard}
accessible
accessibilityLabel={translate('reportActionContextMenu.copyEmailToClipboard')}
accessibilityLabel={translate('reportActionContextMenu.copyToClipboard')}
accessibilityRole={accessibilityRole}
/>
);
Expand Down

0 comments on commit 42e7f61

Please sign in to comment.