Loading core/modules/node/src/NodeTypeForm.php +0 −1 Changes for core/modules/node/src/NodeTypeForm.php: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -203,7 +203,6 @@ public function form(array $form, FormStateInterface $form_state) { protected function actions(array $form, FormStateInterface $form_state) { $actions = parent::actions($form, $form_state); $actions['submit']['#value'] = t('Save content type'); $actions['delete']['#value'] = t('Delete content type'); return $actions; } Loading Loading
core/modules/node/src/NodeTypeForm.php +0 −1 Changes for core/modules/node/src/NodeTypeForm.php: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -203,7 +203,6 @@ public function form(array $form, FormStateInterface $form_state) { protected function actions(array $form, FormStateInterface $form_state) { $actions = parent::actions($form, $form_state); $actions['submit']['#value'] = t('Save content type'); $actions['delete']['#value'] = t('Delete content type'); return $actions; } Loading