diff --git a/src/ui/components/UserDefineDescription/index.tsx b/src/ui/components/UserDefineDescription/index.tsx
index d38bdd1a7..95a0076b4 100644
--- a/src/ui/components/UserDefineDescription/index.tsx
+++ b/src/ui/components/UserDefineDescription/index.tsx
@@ -190,8 +190,8 @@ const UserDefineDescription: FunctionComponent
- Wifi internal is defined in seconds. Default is - 20 seconds. + Auto on interval is defined in seconds. Default + is 60 seconds.
- It makes the TX module send the telemetry data to the OpenTX
- every 320 ms by default. This stops the telemetry lost warnings
- when running a high telemetry ratio, or low rates like 50hz.
+ Make the TX module send telemetry data to the handset at a fixed
+ interval. This reduces the "Telemetry Lost" warnings
+ when running at a high telemetry ratio, or low rates like 50hz.
- Default value is 320LU. If you want to change
+ Default value is 240LU. If you want to change
that you have to suffix your milliseconds value with{' '}
LU. For example, in order to specify 100 ms
telemetry update rate you have to enter it like this:{' '}
100LU.
- Typically, you want to keep 320LU value for
+ Typically, you want to keep 240LU value for
OpenTX based radios, and 100LU for ErskyTx
ones.