Skip to content

Commit

Permalink
communicate usage stats are anonymous for self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
latter-bolden committed Nov 20, 2024
1 parent 9f8e29b commit 354ad6c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ export const SetTelemetryScreen = () => {
alignItems="center"
justifyContent="space-between"
>
<SizableText color="$primaryText">Enable usage stats</SizableText>
<SizableText color="$primaryText">
Enable anonymous usage stats
</SizableText>
<Switch value={isEnabled} onValueChange={setIsEnabled} />
</XStack>
</YStack>
Expand Down

0 comments on commit 354ad6c

Please sign in to comment.