mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
change "purchase" to "get" in views
This commit is contained in:
parent
6aecf2d446
commit
164101f2fe
5 changed files with 8 additions and 8 deletions
|
|
@ -9,10 +9,10 @@ class TicketPurchasesController < ApplicationController
|
|||
if message.blank?
|
||||
if current_user.ticket_purchases.by_conference(@conference).unpaid.any?
|
||||
redirect_to new_conference_payment_path,
|
||||
notice: 'Please pay here to purchase tickets.'
|
||||
notice: 'Please pay here to get tickets.'
|
||||
else
|
||||
redirect_to conference_tickets_path(@conference.short_title),
|
||||
error: 'Please purchase at least one ticket to continue.'
|
||||
error: 'Please get at least one ticket to continue.'
|
||||
end
|
||||
else
|
||||
redirect_to conference_conference_registration_path(@conference.short_title),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue