This commit is contained in:
Nuadh123 2026-04-05 12:16:31 +02:00 committed by GitHub
commit 3f85cda8ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,8 +88,8 @@ class Nextcloud extends Base implements IBackupProvider
array(
"name" => "strategy",
"type" => "checkbox",
"help" => gettext("Select this one to back up to a file named config-YYYYMMDD instead of syncing contents of /conf/backup"),
"label" => gettext("Daily file instead of sync all"),
"help" => gettext("Select this one to back up to a file named config-YYYYMMDD (based on UTC time) instead of syncing contents of /conf/backup"),
"label" => gettext("Daily file (UTC time) instead of sync all"),
),
array(
"name" => "addhostname",