Skip to content

Commit

Permalink
Update My Jetpack page title (#33486)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRamosC authored Oct 6, 2023
1 parent c055370 commit 28129c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ export default function MyJetpackScreen() {
</Container>
<Container horizontalSpacing={ 5 } horizontalGap={ message ? 3 : 6 }>
<Col sm={ 4 } md={ 8 } lg={ 12 }>
<Text variant="headline-small">
{ __( 'Manage your Jetpack products', 'jetpack-my-jetpack' ) }
</Text>
<Text variant="headline-small">{ __( 'My Jetpack', 'jetpack-my-jetpack' ) }</Text>
</Col>
{ hasConnectionError && (
<Col>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Changed title of the my-jetpack page to "My Jetpack"
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "3.8.0",
"version": "3.8.1-alpha",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '3.8.0';
const PACKAGE_VERSION = '3.8.1-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down

0 comments on commit 28129c9

Please sign in to comment.