Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CampTix: Add "Remote" ticket type #386

Merged
merged 14 commits into from
Mar 16, 2020
Merged
Prev Previous commit
Next Next commit
Update label to just "Livestream"
  • Loading branch information
ryelle committed Mar 16, 2020
commit 50d5e944f83df7d4386ab166fe5bb87816e12890
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
function add_type( $types ) {
$types[ SLUG ] = array(
'slug' => SLUG,
'name' => __( 'Remote/Livestream', 'wordcamporg' ),
'description' => __( 'Remote attendee, ex: watching on livestream, from home.', 'wordcamporg' ),
'name' => __( 'Livestream', 'wordcamporg' ),
'description' => __( 'Attendee watching livestream from home.', 'wordcamporg' ),
);
return $types;
}
Expand Down