Fix node type configuration using inconsistent enabled state label
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3571344. -->
Reported by: [joevagyok](https://www.drupal.org/user/2876343)
>>>
<h3>Problem</h3>
<p>The node type configuration was using inconsistent terminology for the enabled/disabled state, causing confusion in the admin interface.</p>
<h3>Root Cause</h3>
<p>Different parts of the codebase were using different labels for the same boolean state.</p>
<h3>Solution</h3>
<p>Standardized on using "Enabled" as the label for the enabled state across all node type configuration interfaces.</p>
<h3>Impact</h3>
<ul>
<li>Consistent terminology throughout the admin interface</li>
<li>Clearer understanding of node type status</li>
</ul>
issue