diff -u b/core/modules/system/system.module b/core/modules/system/system.module --- b/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -175,11 +175,11 @@ ), 'block__system_local_actions_block' => [ 'base hook' => 'block', - 'template' => 'block--system-page-actions-block', + 'template' => 'block--system-local-actions-block', ], 'block__system_tabs_block' => [ 'base hook' => 'block', - 'template' => 'block--system-page-tabs-block', + 'template' => 'block--system-tabs-block', ], 'system_themes_page' => array( 'variables' => array( diff -u b/core/modules/system/templates/block--system-local-actions-block.html.twig b/core/modules/system/templates/block--system-local-actions-block.html.twig --- b/core/modules/system/templates/block--system-local-actions-block.html.twig +++ b/core/modules/system/templates/block--system-local-actions-block.html.twig @@ -2,7 +2,7 @@ {# /** * @file - * Theme override for local actions. + * Default theme implementation for local actions. * * Available variables: * - action_links: Actions local to the page, such as "Add menu" on the menu diff -u b/core/modules/system/templates/block--system-tabs-block.html.twig b/core/modules/system/templates/block--system-tabs-block.html.twig --- b/core/modules/system/templates/block--system-tabs-block.html.twig +++ b/core/modules/system/templates/block--system-tabs-block.html.twig @@ -2,11 +2,11 @@ {# /** * @file - * Theme override for tabs. + * Default theme implementation for tabs. * * Available variables: * - tabs: The tabs linking to any sub-pages beneath the current page (e.g., the - * view and edit tabs when displaying a node).* + * view and edit tabs when displaying a node). */ #} {% block content %} diff -u b/core/themes/classy/templates/block/block--system-tabs-block.html.twig b/core/themes/classy/templates/block/block--system-tabs-block.html.twig --- b/core/themes/classy/templates/block/block--system-tabs-block.html.twig +++ b/core/themes/classy/templates/block/block--system-tabs-block.html.twig @@ -6,7 +6,7 @@ * * Available variables: * - tabs: The tabs linking to any sub-pages beneath the current page (e.g., the - * view and edit tabs when displaying a node).* + * view and edit tabs when displaying a node). */ #} {% block content %}