Skip to content

fix: correct GHZ to GHz casing in WiFi channel labels#687

Merged
PeterJhongLinksys merged 1 commit into
dev-1.2.9from
fix/wifi-channel-ghz-casing
Mar 18, 2026
Merged

fix: correct GHZ to GHz casing in WiFi channel labels#687
PeterJhongLinksys merged 1 commit into
dev-1.2.9from
fix/wifi-channel-ghz-casing

Conversation

@AustinChangLinksys

Copy link
Copy Markdown
Collaborator

Summary

  • Fix incorrect uppercase GHZ to standard GHz (gigahertz) casing across all WiFi channel frequency labels in wifi_term_titles.dart
  • Affects 2.4 GHz, 5 GHz, and 6 GHz band channel display strings (180 occurrences)

Test plan

  • Verify WiFi channel labels display correctly with GHz casing in WiFi settings UI
  • Check all radio bands (2.4 GHz, 5 GHz, 6 GHz) channel dropdowns

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@qodo-code-review

Copy link
Copy Markdown

Review Summary by Qodo

Fix incorrect GHZ to GHz casing in WiFi channel labels

🐞 Bug fix

Grey Divider

Walkthroughs

Description
• Corrects incorrect GHZ casing to standard GHz across WiFi channel labels
• Updates 180 occurrences in getWifiChannelTitle() function
• Affects 2.4 GHz, 5 GHz, and 6 GHz band channel display strings
Diagram
flowchart LR
  A["WiFi Channel Labels<br/>with GHZ casing"] -- "Replace all<br/>GHZ → GHz" --> B["Corrected Labels<br/>with GHz casing"]
Loading

Grey Divider

File Changes

1. lib/page/wifi_settings/views/wifi_term_titles.dart 🐞 Bug fix +180/-180

Standardize GHz casing in all WiFi channel labels

• Corrects casing of frequency unit from GHZ to GHz in 180 channel label strings
• Updates all WiFi channel cases (1-229) across 2.4 GHz, 5 GHz, and 6 GHz bands
• Maintains all channel numbers and frequency values unchanged
• Ensures consistent and standards-compliant unit notation in UI display strings

lib/page/wifi_settings/views/wifi_term_titles.dart


Grey Divider

Qodo Logo

@qodo-code-review

qodo-code-review Bot commented Mar 16, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@PeterJhongLinksys PeterJhongLinksys left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@PeterJhongLinksys
PeterJhongLinksys merged commit 112f132 into dev-1.2.9 Mar 18, 2026
@PeterJhongLinksys
PeterJhongLinksys deleted the fix/wifi-channel-ghz-casing branch March 18, 2026 02:27
@AustinChangLinksys AustinChangLinksys linked an issue Mar 26, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: correct GHZ to GHz casing in WiFi channel labels

2 participants