The Bug:
The "test_instance_block.reset_success" string incorrectly spells the word "succeeded" as "succeded".
Affected String:
Before reading the table, please note the following:
Words colored in GREEN are correct.
Words colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
|---|---|---|---|
test_instance_block.reset_success | Reset succeded for test: %s | Reset succeeded for test: %s | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5404222 |
h3. Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"test_instance_block.reset_success"}/tellraw @s {"translate":"test_instance_block.reset_success"}Observe if the string incorrectly spells the word "succeeded" as "succeded".
Observed Behavior:
The word "succeeded" is incorrectly spelled as "succeded".
Expected Behavior:
The word "succeded" would be spelled as "succeeded".
Can confirm.