diff --git a/Marlin/src/core/language.h b/Marlin/src/core/language.h
index abba3e8c4c5e4e5dce5b1c48ddd18c26e9580dbd..b6f954034d8d81f12640d4bbcfcabc8cccfd0e6a 100644
--- a/Marlin/src/core/language.h
+++ b/Marlin/src/core/language.h
@@ -334,6 +334,6 @@
 #ifdef CUSTOM_USER_MENU_TITLE
   #undef MSG_USER_MENU
   #define MSG_USER_MENU CUSTOM_USER_MENU_TITLE
-#else
+#endif
 
 #endif // __LANGUAGE_H