Skip to content

Commit d0ffca4

Browse files
dquach217sman591
andauthored
Update app/controllers/rsvps_controller.rb
Co-Authored-By: Stuart Olivera <[email protected]>
1 parent bd7a4be commit d0ffca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/rsvps_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def check_user_has_questionnaire
107107
def require_accepted_questionnaire
108108
return if @questionnaire.can_rsvp? || @questionnaire.checked_in?
109109

110-
flash[:alert] = "You had not been accepted"
110+
flash[:alert] = "Sorry, you have not been accepted at this time. Please wait for an acceptance email before attempting to RSVP."
111111
redirect_to new_questionnaires_path
112112
end
113113
end

0 commit comments

Comments
 (0)