Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes typo in tooltip for REGULATORY_DOMAIN_EU_CE_2400 #460

Merged
merged 1 commit into from
Dec 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ui/components/UserDefineDescription/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const UserDefineDescription: FunctionComponent<UserDefineDescriptionProps> =
<div>
<p>
For firmware versions earlier than v3.x, the EU CE 2.4 GHz
regulatory domain limits the maxmimum power to 10mW, which does
regulatory domain limits the maximum power to 10mW, which does
not require LBT (Listen Before Talk). For firmware versions
later than v3.x, the EU CE 2.4 GHz regulatory domain limits the
maxmimum power to 100mW, and enables LBT (Listen Before Talk).
maximum power to 100mW, and enables LBT (Listen Before Talk).
</p>
<p>
<a
Expand Down