in src/pages/status.js [178:180]
function idToDisplayName(str) { return str.charAt(0).toUpperCase() + str.slice(1).replace(/_/g, ' ') }