From 9bb6b70c7aa50f293597aee2fd1104a22eedbf84 Mon Sep 17 00:00:00 2001 From: Evan Boehs <51836263+boehs@users.noreply.github.com> Date: Sun, 25 Jul 2021 15:04:13 -0400 Subject: [PATCH] =?UTF-8?q?Check=20for=20update=20=E2=86=92=20Check=20for?= =?UTF-8?q?=20updates=20(#8027)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/ui/otamanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/otamanager.lua b/frontend/ui/otamanager.lua index a7be7c70b..8a5c1d4e6 100644 --- a/frontend/ui/otamanager.lua +++ b/frontend/ui/otamanager.lua @@ -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()