Check for update → Check for updates (#8027)

This commit is contained in:
Evan Boehs
2021-07-25 15:04:13 -04:00
committed by GitHub
parent ef5095f806
commit 9bb6b70c7a

View File

@@ -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()