Fix typos of 'transceiver' (#2910)

This commit is contained in:
Harin Lee
2026-01-08 18:34:05 +09:00
committed by GitHub
parent 93799bde6d
commit e4ab7227fc
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -389,10 +389,10 @@ class TransmittersMenuView : public BtnGridView {
void on_populate() override;
};
class TranceiversMenuView : public BtnGridView {
class TransceiversMenuView : public BtnGridView {
public:
TranceiversMenuView(NavigationView& nav);
std::string title() const override { return "Tranceiver"; };
TransceiversMenuView(NavigationView& nav);
std::string title() const override { return "Transceiver"; };
private:
NavigationView& nav_;