mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
SSH: fix typo, 'show' not 'Show' (#14370)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user