Drupal 8 module to override the default node create, update, and delete form titles and button labels
Often times when building a Drupal site I find myself using hook_form_alter to change the page titles and button labels based on certain conditions for that content type. This module aims to make that easier by putting some of these common overrides in the config of the content type.
Once installed, go to a node type edit form and set the values you want to override.