Steps to reproduce
Open a world.
Cause an out of memory error somehow.
Get the out of memory screen.
Expected result
The screen has a proper title.
Actual result
The screen has an untranslated title:Â outOfMemory.error
Code analysis
In OutOfMemoryScreen, the title in the constructor is specified as outOfMemory.error, but that string is not in the en_us.json. A similar string, outOfMemory.title, exists instead.
Â
Relates to MC-238807
Linked issues
Comments 0
No comments.