diff --git a/wp-admin/site-editor.php b/wp-admin/site-editor.php
index a4a3cca276..17797d09e0 100644
--- a/wp-admin/site-editor.php
+++ b/wp-admin/site-editor.php
@@ -265,7 +265,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+
add_node(
array(
'id' => 'site-editor',
- 'title' => __( 'Edit site' ),
+ 'title' => __( 'Edit Site' ),
'href' => add_query_arg(
array(
'postType' => 'wp_template',
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 169b231815..61e173895f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.8-alpha-59849';
+$wp_version = '6.8-alpha-59850';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.