diff --git a/core/modules/update/config/schema/update.schema.yml b/core/modules/update/config/schema/update.schema.yml
index 7d2f358..c45dc04 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: 'Number of days since last check'
+          label: 'Days since last check'
     fetch:
       type: mapping
       label: 'Fetch settings'
@@ -26,7 +26,7 @@ update.settings:
           label: 'Maximum attempts'
         timeout:
           type: integer
-          label: 'Timeout(ms)'
+          label: 'Timeout (ms)'
     notification:
       type: mapping
       label: 'Notification settings'
