From 6aecf2d4464976922dcc934443f6fb0608c35e8c Mon Sep 17 00:00:00 2001 From: Rishabh Saxena Date: Thu, 11 Aug 2016 23:17:31 +0530 Subject: [PATCH] modify conference registration view message --- app/views/conference_registrations/show.html.haml | 2 +- app/views/tickets/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.