From 114c69d5b9d282d7c4687695461ccc59bbaaac04 Mon Sep 17 00:00:00 2001 From: shane-droid <61736830+shane-droid@users.noreply.github.com> Date: Sun, 5 Jun 2022 09:01:28 +1000 Subject: [PATCH] Update translations.cpp variable for model special function custom name (cherry picked from commit a8c494285d774c0d2268dd96ed615a957e3767c9) --- radio/src/translations.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/src/translations.cpp b/radio/src/translations.cpp index a76375d9df2..65c43d0d8e4 100644 --- a/radio/src/translations.cpp +++ b/radio/src/translations.cpp @@ -269,6 +269,7 @@ const char STR_MENUCURVE[] = TR_MENUCURVE; const char STR_MENULOGICALSWITCH[] = TR_MENULOGICALSWITCH; const char STR_MENULOGICALSWITCHES[] = TR_MENULOGICALSWITCHES; const char STR_MENUCUSTOMFUNC[] = TR_MENUCUSTOMFUNC; +const char STR_CUST_FUNC_CUST_LABEL[] = TR_CUST_FUNC_CUST_LABEL; const char STR_SPLASHSCREEN[] = TR_SPLASHSCREEN; const char STR_PWR_ON_DELAY[] = TR_PWR_ON_DELAY; const char STR_PWR_OFF_DELAY[] = TR_PWR_OFF_DELAY;