Improve the analytics opt-in copy
This commit is contained in:
parent
85b02a3589
commit
ca6d75e384
2 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ export const SettingsModal = (props: Props) => {
|
|||
type="checkbox"
|
||||
checked={optInAnalytics}
|
||||
description={t(
|
||||
"This will send anonymized data (such as the duration of a call and the number of participants) to the element call team to help us optimise the application based on how it is used."
|
||||
"This will send anonymised data (such as the duration of a call and the number of participants) to the Element Call team to help us optimise the application based on how it is used."
|
||||
)}
|
||||
onChange={(event: React.ChangeEvent<HTMLInputElement>) =>
|
||||
setOptInAnalytics(event.target.checked)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue