diff --git a/plugins/SSH.koplugin/main.lua b/plugins/SSH.koplugin/main.lua index 5a39de4df..cd1fd58a1 100644 --- a/plugins/SSH.koplugin/main.lua +++ b/plugins/SSH.koplugin/main.lua @@ -172,7 +172,7 @@ function SSH:stop() end end if ok then - UIManager:Show(InfoMessage:new{ + UIManager:show(InfoMessage:new{ text = _("SSH server stopped."), timeout = 2, })