Skip to content

Commit

Permalink
Translate Themes breadcrumb.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Sep 6, 2024
1 parent 44a8f79 commit bb8f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/theme/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ class ThemeSheet extends Component {
} );

const navigationItems = [
{ label: 'Themes', href: this.getBackLink(), onClick: this.handleBackLinkClick },
{ label: translate( 'Themes' ), href: this.getBackLink(), onClick: this.handleBackLinkClick },
{ label: title },
];

Expand Down

0 comments on commit bb8f8b2

Please sign in to comment.