diff --git a/app/views/user_confirmations/confirm.html.erb b/app/views/user_confirmations/confirm.html.erb index ef73dc0b..49a9b292 100644 --- a/app/views/user_confirmations/confirm.html.erb +++ b/app/views/user_confirmations/confirm.html.erb @@ -1,7 +1,7 @@ <% if @user_confirmed %>
Your account is now confirmed. Please visit your personalized hub by clicking the link below.
- " class="button primary">Go to Member Hub + " class="button primary">Go to Member Hub <% else %>Your email is not confirmed.
<% end %>