Skip to content

Commit

Permalink
CampTix Tweaks: Add missing order so that sentence is clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Oct 18, 2021
1 parent b52df03 commit c80dfa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function add_registration_field_validation_error( $error_flags ) {
global $camptix;

if ( isset( $error_flags[ self::SLUG . '_unchecked' ] ) ) {
$camptix->error( __( 'You must agree to accept COVID-19 conditions and risks in to obtain a ticket.', 'wordcamporg' ) );
$camptix->error( __( 'You must agree to accept COVID-19 conditions and risks in order to obtain a ticket.', 'wordcamporg' ) );
}
}

Expand Down

0 comments on commit c80dfa2

Please sign in to comment.