Skip to content

Commit

Permalink
Modified text in line with issue 3168 and removed newline to fix JS
Browse files Browse the repository at this point in the history
error.
  • Loading branch information
ariana-paris committed Jul 3, 2012
1 parent 5c521e1 commit c5ce504
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/invite_requests/show.js.erb
@@ -1,6 +1,5 @@
<% if @invite_request %> <% if @invite_request %>
$j('#invite-status').html("<%= escape_javascript(render :partial => "invite_requests/invite_request", :locals => {:invite_request => @invite_request}) %>"); $j('#invite-status').html("<%= escape_javascript(render :partial => "invite_requests/invite_request", :locals => {:invite_request => @invite_request}) %>");
<% else %> <% else %>
$j('#invite-status').html("<p>Sorry, we couldn't find that address in our queue. If you signed up and $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>");
you haven't received an invitation, please contact our support team for help.</p>");
<% end %> <% end %>

0 comments on commit c5ce504

Please sign in to comment.