Skip to content

Commit

Permalink
i18n: Make menu and title labels in Gutenberg plugin translatable (#4…
Browse files Browse the repository at this point in the history
…3500)

* Updated Page Title

* Update init.php
  • Loading branch information
mhimon authored Dec 22, 2023
1 parent 1c53d8b commit ebb171b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/
function gutenberg_menu() {
add_menu_page(
'Gutenberg',
'Gutenberg',
__( 'Gutenberg', 'gutenberg' ),
__( 'Gutenberg', 'gutenberg' ),
'edit_posts',
'gutenberg',
'',
Expand Down

1 comment on commit ebb171b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in ebb171b.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7299615085
📝 Reported issues:

Please sign in to comment.