diff --git a/app/static/app/js/components/TaskListItem.jsx b/app/static/app/js/components/TaskListItem.jsx index b8296ef7..4dac1378 100644 --- a/app/static/app/js/components/TaskListItem.jsx +++ b/app/static/app/js/components/TaskListItem.jsx @@ -262,7 +262,7 @@ class TaskListItem extends React.Component {
  • ${_("Not enough overlap between images")}
  • ${_("Images might be too blurry (common with phone cameras)")}
  • ${_("The min-num-features task option is set too low, try increasing it by 25%")}
  • - `, link: `${_("here")}`})}); + `, link: `${_("here")}`})}); }else if (line.indexOf("Illegal instruction") !== -1 || line.indexOf("Child returned 132") !== -1){ this.setState({friendlyTaskError: interpolate(_("It looks like this computer might be too old. WebODM requires a computer with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set support or higher. You can still run WebODM if you compile your own docker images. See %(link)s for more information."), { link: `${_("this page")}` } )});