chore: update bugsnag opt out copy

This commit is contained in:
Radek Czemerys
2020-12-23 17:21:05 +01:00
parent 25edf40ce6
commit 324dac8180

View File

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