Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public function getConfigurationFields()
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",
Expand Down