1.76 release preparations (#3459)

* Run intl:extract

* Update dev-env to 0.3.4

* Test fixes
This commit is contained in:
Paul Frazee 2024-04-09 16:27:39 -07:00 committed by GitHub
parent fbcd4ddabc
commit ee87f2cadd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 18821 additions and 14297 deletions

View file

@ -90,6 +90,7 @@ export function SelectReportOptionView({
return (
<Button
key={reportOption.reason}
testID={reportOption.reason}
label={_(msg`Create report for ${reportOption.title}`)}
onPress={() => props.onSelectReportOption(reportOption)}>
<ReportOptionButton