Skip to content

Commit

Permalink
Quick wording tweak to invite queue message.
Browse files Browse the repository at this point in the history
  • Loading branch information
elzj committed Jul 4, 2012
1 parent 093b8aa commit 5e5d864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/invite_requests/show.js.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if @invite_request %>
$j('#invite-status').html("<%= escape_javascript(render :partial => "invite_requests/invite_request", :locals => {:invite_request => @invite_request}) %>");
<% else %>
$j('#invite-status').html("<p>You can search for the email address you signed up with below. If you can't find it, your invitation may have already been emailed to that address; please check your email Spam folder as your spam filters may have placed it there.</p>");
$j('#invite-status').html("<p>Sorry, we can't find the email address you entered. If you had used it to join our invite queue, it's possible that your invitation may have already been emailed to you; please check your spam folder, as your spam filters may have placed it there.</p>");
<% end %>

0 comments on commit 5e5d864

Please sign in to comment.