From 2daacea6ae7772b93ccc3ea59cebae9eb53bdbe3 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 27 Jul 2020 11:23:02 -0700 Subject: [PATCH] remove the word free --- app/controllers/ticket_purchases_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/ticket_purchases_controller.rb b/app/controllers/ticket_purchases_controller.rb index 632a7289..1a1bc449 100644 --- a/app/controllers/ticket_purchases_controller.rb +++ b/app/controllers/ticket_purchases_controller.rb @@ -15,7 +15,7 @@ class TicketPurchasesController < ApplicationController notice: 'Please pay here to get tickets.' elsif current_user.ticket_purchases.by_conference(@conference).paid.any? redirect_to conference_physical_tickets_path, - notice: 'You have free tickets for the conference.' + notice: 'You already have tickets for the conference.' elsif @conference.tickets.for_registration.any? redirect_to conference_tickets_path(@conference.short_title), error: 'Please get at least one ticket to continue.'