Skip to content

Commit

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

(cherry picked from commit 65df17bf1f03ab53fef98f1309b743234babd517)
  • Loading branch information
shane-droid authored and pfeerick committed Dec 7, 2022
1 parent 39661a0 commit ba8a0f7
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{}, STR_CUST_FUNC_CUST_LABEL, 0, COLOR_THEME_PRIMARY1);
new StaticText(line, rect_t{}, TR_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 ba8a0f7

Please sign in to comment.