When calling chrome.i18n.getMessage("SOME_NON_EXISTING_MESSAGE_ID");
While the default messages.json file does not include a message with id "SOME_NON_EXISTING_MESSAGE_ID", Orion returns the message id instead of returning an empty string.
To return an empty string.
26