The Bug:
Debug key binds text is improperly capitalized.
Throughout the game, the names of key binds are normally capitalized, but with the debug options, this isn't the case, therefore introducing an inconsistency.
Affected Strings:
Before reading the table, please note the following:
Words colored in GREEN are correct.
Words colored in RED are incorrect.
Steps to Reproduce:
Display any of the affected strings as listed above by using the command provided below and replacing "XYZ" with the string's translation key.
/tellraw @s {"translate":"XYZ"}
Observe the string's capitalization.
Observed Behavior:
Debug key binds text is improperly capitalized.
Expected Behavior:
Debug key binds text would be properly capitalized.