Check for update → Check for updates (#8027)

pull/8028/head
Evan Boehs 3 years ago committed by GitHub
parent ef5095f806
commit 9bb6b70c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -461,7 +461,7 @@ function OTAManager:getOTAMenuTable()
end,
sub_item_table = {
{
text = _("Check for update"),
text = _("Check for updates"),
callback = function()
local connect_callback = function()
OTAManager:fetchAndProcessUpdate()

Loading…
Cancel
Save