diff --git a/core/modules/node/content_types.js b/core/modules/node/content_types.js index 7b8b9a210c268620acce721e03ac921bdc34d265..3cfa38cef772f765b045699e385f6a5c73b926c6 100644 --- a/core/modules/node/content_types.js +++ b/core/modules/node/content_types.js @@ -43,7 +43,7 @@ $context.find('input:checked').next('label').each(function () { vals.push(Drupal.checkPlain($(this).text())); }); - if (!$context.find('#edit-settings-node-submitted').is(':checked')) { + if (!$context.find('#edit-display-submitted').is(':checked')) { vals.unshift(Drupal.t("Don't display post information")); } return vals.join(', ');