Bug InvalidArgumentException: Phrase rendering error: Phrase group An unexpected error occurred is not a valid format

There is a bug in this version
V

vbresults

Guest
I get a bunch of these errors in the log:

InvalidArgumentException: Phrase rendering error: Phrase group An unexpected error occurred is not a valid format • src/XF/Language.php:298
Click to expand...

The underlying cause is line 459 in src/XF/Mvc/Controller.php:
PHP:

$error = \XF::phrase(\XF::phrase('unexpected_error_occurred'));

Continue reading...