mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-19 13:49:03 -04:00
chore: update copy for error reporting setting
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user