Skip to content

Commit

Permalink
Remove period from checkbox label as checkbox labels in core do not u…
Browse files Browse the repository at this point in the history
…se periods.
  • Loading branch information
felixarntz committed Aug 18, 2023
1 parent 7e8c9c5 commit 381590c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/server-timing.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function perflab_render_server_timing_page_output_buffering_section() {
<?php disabled( $has_filter ); ?>
<?php checked( $is_enabled ); ?>
>
<?php esc_html_e( 'Enable output buffering of template rendering.', 'performance-lab' ); ?>
<?php esc_html_e( 'Enable output buffering of template rendering', 'performance-lab' ); ?>
</label>
<p id="<?php echo esc_attr( $description_id ); ?>" class="description">
<?php if ( $has_filter ) : ?>
Expand Down

0 comments on commit 381590c

Please sign in to comment.