Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Localize privacy policy description
Co-authored-by: Carolina Nymark <[email protected]>
  • Loading branch information
jameskoster and carolinan authored Nov 5, 2021
commit 2166bf58b361d52ade56eb729c7aac4b1327d20f
2 changes: 1 addition & 1 deletion lib/full-site-editing/default-template-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function gutenberg_get_default_template_types() {
),
'privacy-policy' => array(
'title' => __( 'Privacy Policy', 'gutenberg' ),
'description' => 'Displays the privacy policy page.',
'description' => __( 'Displays the privacy policy page.', 'gutenberg' ),
),
'404' => array(
'title' => _x( '404', 'Template name', 'gutenberg' ),
Expand Down