diff --git a/migrations/d5_node_setting_title_label.yml b/migrations/d5_node_setting_title_label.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ac3218fc75c6fb858fbbaa5a55cf334522744eb5
--- /dev/null
+++ b/migrations/d5_node_setting_title_label.yml
@@ -0,0 +1,29 @@
+id: d5_node_setting_title_label
+label: Drupal 5 node type label
+migration_tags:
+  - Drupal 5
+  - Configuration
+source:
+  plugin: d5_node_type
+  constants:
+    entity_type: node
+    field_name: title
+process:
+  label:
+    -
+      plugin: static_map
+      source: title_label
+      bypass: true
+      map:
+        Title: 0
+    -
+      plugin: skip_on_empty
+      method: row
+  entity_type: 'constants/entity_type'
+  bundle: type
+  field_name: 'constants/field_name'
+destination:
+  plugin: entity:base_field_override
+migration_dependencies:
+  required:
+    - d5_node_type
diff --git a/migrations/d5_node_type.yml b/migrations/d5_node_type.yml
index f0bb67082159f2dfd8c4fc7960faf3b738f02d0a..4694688adbc1a5552926397e8e70f786f7c94e55 100644
--- a/migrations/d5_node_type.yml
+++ b/migrations/d5_node_type.yml
@@ -14,7 +14,6 @@ process:
   module: module
   description: description
   help: help
-  title_label: title_label
   preview_mode: 'constants/preview'
   display_submitted: display_submitted
   new_revision: 'options/revision'