Skip to content

Commit

Permalink
Update special_functions.cpp
Browse files Browse the repository at this point in the history
fixed string changed to translation

(cherry picked from commit 52366eed73004b1dea153dff35bd45a0f993a35e)
  • Loading branch information
shane-droid authored and pfeerick committed Dec 7, 2022
1 parent 114c69d commit 39661a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/special_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class SpecialFunctionEditPage : public Page
auto line = window->newLine(&grid);

// custom label
new StaticText(line, rect_t{}, "Custom Label", 0, COLOR_THEME_PRIMARY1);
new StaticText(line, rect_t{}, STR_CUST_FUNC_CUST_LABEL, 0, COLOR_THEME_PRIMARY1);
new ModelTextEdit(line, rect_t{}, cfn->custName, LEN_SPEC_FN_NAME);
line = window->newLine(&grid);

Expand Down

0 comments on commit 39661a0

Please sign in to comment.