diff --git a/core/modules/breakpoint/config/schema/breakpoint.schema.yml b/core/modules/breakpoint/config/schema/breakpoint.schema.yml
index a2a5d7d..eee2445 100644
--- a/core/modules/breakpoint/config/schema/breakpoint.schema.yml
+++ b/core/modules/breakpoint/config/schema/breakpoint.schema.yml
@@ -35,7 +35,7 @@ breakpoint.breakpoint.*.*.*:
           label: 'Multiplier'
     langcode:
       type: string
-      label: 'Language'
+      label: 'Default language'
 
 breakpoint.breakpoint_group.*.*.*:
   type: mapping
diff --git a/core/modules/editor/config/schema/editor.schema.yml b/core/modules/editor/config/schema/editor.schema.yml
index 4e2c985..086abf6 100644
--- a/core/modules/editor/config/schema/editor.schema.yml
+++ b/core/modules/editor/config/schema/editor.schema.yml
@@ -43,4 +43,4 @@ editor.editor.*:
       label: 'Status'
     langcode:
       type: string
-      label: 'Language'
+      label: 'Default language'
diff --git a/core/modules/filter/config/schema/filter.schema.yml b/core/modules/filter/config/schema/filter.schema.yml
index 6a36034..391b968 100644
--- a/core/modules/filter/config/schema/filter.schema.yml
+++ b/core/modules/filter/config/schema/filter.schema.yml
@@ -43,4 +43,4 @@ filter.format.*:
         - type: filter
     langcode:
       type: string
-      label: 'Language'
+      label: 'Default language'
diff --git a/core/modules/language/config/schema/language.schema.yml b/core/modules/language/config/schema/language.schema.yml
index 3bda8a0..1b251c9 100644
--- a/core/modules/language/config/schema/language.schema.yml
+++ b/core/modules/language/config/schema/language.schema.yml
@@ -73,4 +73,4 @@ language.entity.*:
       label: 'Status'
     langcode:
       type: string
-      label: 'Language code'
+      label: 'Default language'
diff --git a/core/modules/node/config/schema/node.schema.yml b/core/modules/node/config/schema/node.schema.yml
index c11552e..e8895cc 100644
--- a/core/modules/node/config/schema/node.schema.yml
+++ b/core/modules/node/config/schema/node.schema.yml
@@ -47,7 +47,7 @@ node.type.*:
       label: 'Enabled status of the configuration entity'
     langcode:
       type: string
-      label: 'Language'
+      label: 'Default language'
 
 node.settings.node:
   type: mapping
diff --git a/core/modules/tour/config/schema/tour.schema.yml b/core/modules/tour/config/schema/tour.schema.yml
index 3975fb4..ca8d781 100644
--- a/core/modules/tour/config/schema/tour.schema.yml
+++ b/core/modules/tour/config/schema/tour.schema.yml
@@ -12,7 +12,7 @@ tour.tour.*:
       label: 'Label'
     langcode:
       type: string
-      label: 'Language'
+      label: 'Default language'
     paths:
       type: sequence
       label: 'Path settings'
