fix: Typos

pull/197/head
Raphaël Vinot 2021-04-09 14:34:20 +02:00
parent f865ec912a
commit dcc7cd1351
1 changed files with 2 additions and 2 deletions

View File

@ -472,9 +472,9 @@ def tree(tree_uuid: str, node_uuid: Optional[str]=None):
flash(f'Unable to find this UUID ({tree_uuid}).', 'error')
return redirect(url_for('index'))
elif status == CaptureStatus.QUEUED:
message = "The capture it queued, but didn't start yet."
message = "The capture is queued, but didn't start yet."
elif status == CaptureStatus.ONGOING:
message = "The capture it ongoing."
message = "The capture is ongoing."
return render_template('tree_wait.html', message=message, tree_uuid=tree_uuid)
if not cache: