The Bug:
The subtitle for the "minecraft:event.mob_effect.raid_omen" sound event displays as a raw translation string.
Steps to Reproduce:
Ensure that you have subtitles enabled in your accessbility settings.
Play the "minecraft:event.mob_effects.raid_omen" sound event by using the command provided below.
/playsound minecraft:event.mob_effect.raid_omen master @a
Observe the subtitle that's displayed.
Observed Behavior:
The subtitle displays as the raw translation string "subtitle.event.mob_effects.raid_omen".
Because in sound.json this translation key misspelled "effect" with "effects"
Expected Behavior:
The subtitle would not display as a raw translation string.
Can confirm