diff --git a/app/views/conference_registrations/show.html.haml b/app/views/conference_registrations/show.html.haml index 1567475f..30dff195 100644 --- a/app/views/conference_registrations/show.html.haml +++ b/app/views/conference_registrations/show.html.haml @@ -109,7 +109,7 @@ You haven't bought any tickets. = link_to 'Please buy some tickets to support us!', conference_tickets_path(@conference.short_title) %p - (Your participation won't be valid without buying a ticket) + (Your participation won't be valid without getting a ticket) .row .col-md-12 diff --git a/app/views/tickets/index.html.haml b/app/views/tickets/index.html.haml index f9fa9a5e..894a4178 100644 --- a/app/views/tickets/index.html.haml +++ b/app/views/tickets/index.html.haml @@ -42,4 +42,4 @@ .col-md-13 %p.text-muted.text-center %small - * Buying a ticket is mandatory. Your participation will not be valid until you buy a ticket. + * Getting a ticket is mandatory. Your participation will not be valid until you get a ticket.