mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-26 17:17:04 -04:00
chore: update bugsnag opt out copy
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user