Skip to content

Commit

Permalink
Better translations.
Browse files Browse the repository at this point in the history
Co-authored-by: Ari Stathopoulos <[email protected]>
  • Loading branch information
youknowriad and aristath authored Oct 30, 2020
1 parent c6ec4c2 commit 1685c6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ function gutenberg_menu() {
if ( gutenberg_is_fse_theme() ) {
add_menu_page(
__( 'Site Editor (beta)', 'gutenberg' ),
__( 'Site Editor <span class="awaiting-mod">beta</span>', 'gutenberg' ),
sprintf(
/* translators: %s: "beta" label. */
__( 'Site Editor %s', 'gutenberg' ),
'<span class="awaiting-mod">' . __( 'beta', 'gutenberg' ) . '</span>'
),
'edit_theme_options',
'gutenberg-edit-site',
'gutenberg_edit_site_page',
Expand Down

0 comments on commit 1685c6d

Please sign in to comment.