Skip to content

Commit

Permalink
fix: Escape quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Sep 14, 2022
1 parent 8889b95 commit 076fe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/components/UserDefineDescription/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ const UserDefineDescription: FunctionComponent<UserDefineDescriptionProps> =
<div>
<p>
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.
interval. This reduces the &quot;Telemetry Lost&quot; warnings
when running at a high telemetry ratio, or low rates like 50hz.
</p>
<p>
Default value is <strong>240LU</strong>. If you want to change
Expand Down

0 comments on commit 076fe72

Please sign in to comment.