chore: update copy for error reporting setting

This commit is contained in:
Radek Czemerys
2020-12-23 12:03:56 +01:00
parent 5e71ae1dc8
commit 25edf40ce6

View File

@@ -144,7 +144,7 @@ export const CompanySection = (props: Props) => {
<ButtonCell
leftAligned={true}
title={
bugsnagOptOut ? 'Enable crash reporting' : 'Disable crash reporting'
bugsnagOptOut ? 'Enable error reporting' : 'Disable error reporting'
}
onPress={() => toggleBugnsagOptOut(!bugsnagOptOut)}
>