Skip to content

Commit

Permalink
Add hyphen to First-Party Mode label.
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-t committed Dec 2, 2024
1 parent f7f1c3b commit f82d2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Core/Tags/First_Party_Mode/First_Party_Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function get_debug_fields() {

return array(
'first_party_mode_is_enabled' => array(
'label' => __( 'First Party Mode: Enabled', 'google-site-kit' ),
'label' => __( 'First-Party Mode: Enabled', 'google-site-kit' ),
'value' => $settings['isEnabled'] ? __( 'Yes', 'google-site-kit' ) : __( 'No', 'google-site-kit' ),
'debug' => $settings['isEnabled'] ? 'yes' : 'no',
),
Expand Down

0 comments on commit f82d2af

Please sign in to comment.