Skip to content

Commit

Permalink
Experiments: Remove trailing space in Color randomizer (#67457)
Browse files Browse the repository at this point in the history
Co-authored-by: im3dabasia <im3dabasia1@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
  • Loading branch information
3 people authored and michalczaplinski committed Dec 5, 2024
1 parent 7908b8f commit 9a314ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experiments-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function gutenberg_initialize_experiments_settings() {

add_settings_field(
'gutenberg-color-randomizer',
__( 'Color randomizer ', 'gutenberg' ),
__( 'Color randomizer', 'gutenberg' ),
'gutenberg_display_experiment_field',
'gutenberg-experiments',
'gutenberg_experiments_section',
Expand Down

0 comments on commit 9a314ae

Please sign in to comment.