From efdf043d62a58518b9a4cc33a4eb1fd2d6e3af7d Mon Sep 17 00:00:00 2001 From: Matej Sochan <46938275+GitClo@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:55:21 +0100 Subject: [PATCH] fix typo: wps -> wpm in morse_tx (#2847) --- firmware/application/external/morse_tx/ui_morse.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/external/morse_tx/ui_morse.hpp b/firmware/application/external/morse_tx/ui_morse.hpp index d398b28c2..0694bf88e 100644 --- a/firmware/application/external/morse_tx/ui_morse.hpp +++ b/firmware/application/external/morse_tx/ui_morse.hpp @@ -110,7 +110,7 @@ class MorseView : public View { bool run{false}; Labels labels{ - {{4 * 8, 6 * 8}, "Speed: wps", Theme::getInstance()->fg_light->foreground}, + {{4 * 8, 6 * 8}, "Speed: wpm", Theme::getInstance()->fg_light->foreground}, {{4 * 8, 8 * 8}, "Tone: Hz", Theme::getInstance()->fg_light->foreground}, {{4 * 8, 10 * 8}, "Modulation:", Theme::getInstance()->fg_light->foreground}, {{4 * 8, 12 * 8}, "Loop:", Theme::getInstance()->fg_light->foreground},