diff --git a/core/modules/block/config/schema/block.schema.yml b/core/modules/block/config/schema/block.schema.yml index 64c9a3afbd0b58e239b558f0cd48606b72e15d8e..61d66e59a476b3e5672a2d2d1f6d4ffc45ede8ee 100644 --- a/core/modules/block/config/schema/block.schema.yml +++ b/core/modules/block/config/schema/block.schema.yml @@ -89,4 +89,4 @@ block.block.*: label: 'View mode' langcode: type: string - label: 'Language code' + label: 'Default language' diff --git a/core/modules/breakpoint/config/schema/breakpoint.schema.yml b/core/modules/breakpoint/config/schema/breakpoint.schema.yml index a2a5d7d4aeebf8187eeacf0e3ba45d535e5b95d4..eee2445ce46f86500d15e1385975a6163506531b 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 4e2c98533f8f93983a7f63ea16b0d3bc61272c0c..086abf6adba2408c5291f4c2c4f90b9551cf3569 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 6a36034e5e15f365291abb2e14c1306c4631d7a9..391b968107edee08fb9bfb24f712dc393b08180c 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 3bda8a00b9d2ac17ad0ae86988957e1fc0d10a4a..1b251c97b80823e6cc7b2586c701b6b32d205245 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 c11552e602c0fdad25f5948e58e2af4bfe306ac0..e8895cc6a69d3fe44bd064864aed89fd2ff7a94e 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 3975fb42273a7d3400700458f1dd43ca6326a5ec..ca8d781da0475bac05c0bb735a9cebbe74a3bca2 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'