Skip to content

Commit

Permalink
Add text domain to setting translation
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Jul 14, 2020
1 parent ba5126a commit 6953ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/edit-site-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function register_site_editor_homepage_settings() {
'name' => 'show_on_front',
),
'type' => 'string',
'description' => __( 'Whether to show posts or a static page for the front page.' ),
'description' => __( 'What to show on the front page', 'gutenberg' ),
)
);

Expand All @@ -238,7 +238,7 @@ function register_site_editor_homepage_settings() {
'name' => 'page_on_front',
),
'type' => 'number',
'description' => __( 'The page ID to show on the front page.' ),
'description' => __( 'The ID of the page that should be displayed on the front page', 'gutenberg' ),
)
);
}
Expand Down

0 comments on commit 6953ad4

Please sign in to comment.