diff --git a/source/wp-content/themes/wporg-showcase-2022/inc/block-config.php b/source/wp-content/themes/wporg-showcase-2022/inc/block-config.php index fdbffddf..634df1a2 100644 --- a/source/wp-content/themes/wporg-showcase-2022/inc/block-config.php +++ b/source/wp-content/themes/wporg-showcase-2022/inc/block-config.php @@ -171,10 +171,10 @@ function get_sort_options( $options ) { $label = __( 'Sort', 'wporg' ); switch ( $sort ) { case 'date_desc': - $label = __( 'Newest', 'wporg' ); + $label = __( 'Sort: Newest', 'wporg' ); break; case 'date_asc': - $label = __( 'Oldest', 'wporg' ); + $label = __( 'Sort: Oldest', 'wporg' ); break; }