diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index c6dfe16bed..0340f435c0 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -779,7 +779,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_JOYPAD_DRIVER, MSG_HASH(MENU_ENUM_LABEL_VALUE_KEYBOARD_OVERLAY_PRESET, "Keyboard Overlay Preset") MSG_HASH(MENU_ENUM_LABEL_VALUE_LAKKA_SERVICES, - "Lakka Services") + "Services") MSG_HASH(MENU_ENUM_LABEL_VALUE_LANG_CHINESE_SIMPLIFIED, "Chinese (Simplified)") MSG_HASH(MENU_ENUM_LABEL_VALUE_LANG_CHINESE_TRADITIONAL, diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index eb70be8783..0621cd6f39 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -3564,7 +3564,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_KEYBOARD_OVERLAY_PRESET: return "Keyboard Overlay Preset"; case MENU_ENUM_LABEL_VALUE_LAKKA_SERVICES: - return "Lakka Services"; + return "Services"; case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_SIMPLIFIED: return "Tiếng Trung Quốc (Chữ Hán giản thể)"; case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_TRADITIONAL: