diff --git a/core/modules/update/config/schema/update.schema.yml b/core/modules/update/config/schema/update.schema.yml index a948a1a..7d2f358 100644 --- a/core/modules/update/config/schema/update.schema.yml +++ b/core/modules/update/config/schema/update.schema.yml @@ -13,7 +13,7 @@ update.settings: label: 'Check for updates of disabled modules and themes' interval_days: type: integer - label: 'Check for updates' + label: 'Number of days since last check' fetch: type: mapping label: 'Fetch settings' @@ -26,7 +26,7 @@ update.settings: label: 'Maximum attempts' timeout: type: integer - label: 'Timeout' + label: 'Timeout(ms)' notification: type: mapping label: 'Notification settings'