Follow-up to #7632.
reviewable/pr7657/r1
Frans de Jonge 3 years ago committed by GitHub
parent d303fdf694
commit 310151fac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -463,7 +463,7 @@ function Device:install()
local UIManager = require("ui/uimanager")
local ConfirmBox = require("ui/widget/confirmbox")
UIManager:show(ConfirmBox:new{
text = _("Update is ready, Install it now?"),
text = _("Update is ready. Install it now?"),
ok_text = _("Install"),
ok_callback = function()
android.ota.install()

Loading…
Cancel
Save