What's wrong with this entry?
Several UI elements that previously displayed hardcoded text like "Enter to apply", "Esc to go back", and "Ctrl+d to show debug info" now use structured keybinding components that respect custom key mappings. This means users who have remapped keys will see the correct bindings in the UI.
Hardcoded "Enter to apply" replaced with J1 component; "Esc to go back" replaced with structured W1 component (search for "show debug info" and "hide debug info")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.