Skip to content

Commit 014bbbb

Browse files
authored
Use title case for Paired Browsing link in edit post screen (#4540)
1 parent 29405a0 commit 014bbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/validation/class-amp-validated-url-post-type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ public static function print_status_meta_box( $post ) {
19281928
printf(
19291929
' | <a href="%s">%s</a>',
19301930
esc_url( AMP_Theme_Support::get_paired_browsing_url( self::get_url_from_post( $post ) ) ),
1931-
esc_html__( 'Paired browsing', 'amp' )
1931+
esc_html__( 'Paired Browsing', 'amp' )
19321932
);
19331933
}
19341934
?>

0 commit comments

Comments
 (0)