The issue would appear with Chrome, Edge and Firefox
Error messages would not appear in English, but in French, Italian, German, Japanese, etc depending on the browser language defined.
Problem occured independently of Access methods.
The error strings are returned within the exceptions.js page - when the issue appeared, the page would not include English language content when expected. SInce the returned page has no cache control settings dictating that it should not be cacched, we simply return what is in cache. If the original access returned the localised content, this is what we will see until the cache is cleared.
clear cache on the browser.
As a rule of thumb, make sure that browser caches are cleared with every change to the setting above.