Skip to content

Commit

Permalink
Use title case for Paired Browsing link in edit post screen (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Apr 7, 2020
1 parent 29405a0 commit 014bbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/validation/class-amp-validated-url-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ public static function print_status_meta_box( $post ) {
printf(
' | <a href="%s">%s</a>',
esc_url( AMP_Theme_Support::get_paired_browsing_url( self::get_url_from_post( $post ) ) ),
esc_html__( 'Paired browsing', 'amp' )
esc_html__( 'Paired Browsing', 'amp' )
);
}
?>
Expand Down

0 comments on commit 014bbbb

Please sign in to comment.