Rename auto sync to 'Automatically push progress'

This commit is contained in:
2026-06-02 19:40:41 -04:00
parent 366137e49a
commit 85c7783dcf
+1 -1
View File
@@ -234,7 +234,7 @@ function Bookhoard:buildMainMenu()
end
table.insert(items, {
text = _("Automatically keep documents in sync"),
text = _("Automatically push progress"),
checked_func = function() return self.settings.auto_sync end,
help_text = _([[This may lead to prompts about toggling WiFi on document close and suspend/resume, depending on your device's connectivity.]]),
callback = function()