name: i18n()

in src/app/build-status.js [62:67]


      name: i18n('Resolve'),
      value: investigation.resolution.type === 'manually'
        ? i18n('Manually')
        : i18n('Automatically when fixed')
    },
    {