Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 404
Page make more sense given the template appears in the Pages panel too.
  • Loading branch information
jameskoster authored and ntsekouras committed Jun 27, 2023
commit 3dfbd2971357b56a0eca21f795cc7a31816ed80e
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.2/block-template-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function gutenberg_get_default_block_template_types( $default_template_types ) {
}
if ( isset( $default_template_types['404'] ) ) {
$default_template_types['404'] = array(
'title' => _x( 'Error: 404', 'Template name', 'gutenberg' ),
'title' => _x( 'Page: 404', 'Template name', 'gutenberg' ),
'description' => __( 'Displays when a visitor views a non-existent page, such as a dead link or a mistyped URL.', 'gutenberg' ),
);
}
Expand Down