mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-23 16:23:13 +00:00
parent
5c566cf139
commit
57fc26916a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function AnalyticSettings(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="analyticsEnabled"
|
||||
helpText="Send anonymous usage and error information to Sonarr's servers. This includes information on your browser, which Lidarr WebUI pages you use, error reporting as well as OS and runtime version. We will use this information to prioritize features and bug fixes."
|
||||
helpText="Send anonymous usage and error information to Lidarr's servers. This includes information on your browser, which Lidarr WebUI pages you use, error reporting as well as OS and runtime version. We will use this information to prioritize features and bug fixes."
|
||||
helpTextWarning="Requires restart to take effect"
|
||||
onChange={onInputChange}
|
||||
{...analyticsEnabled}
|
||||
|
|
Loading…
Reference in a new issue