This commit is contained in:
xAnavrins 2019-07-04 21:46:09 -04:00
parent ddb5433c01
commit 08eac79109
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ end
function page.ports:eventHandler(event)
if event.type == 'grid_select' then
shell.openForegroundTab('sniff ' .. event.selected.port)
shell.openForegroundTab('Sniff ' .. event.selected.port)
end
return UI.SlideOut.eventHandler(self, event)
end