diff --git a/app/views/user_upgrades/show.html.erb b/app/views/user_upgrades/show.html.erb index e4046b87e..d567406fe 100644 --- a/app/views/user_upgrades/show.html.erb +++ b/app/views/user_upgrades/show.html.erb @@ -1,7 +1,7 @@
<% if flash[:success] %> -

Congradulations!

+

Congratulations!

You are now a <%= CurrentUser.user.level_string %> level account. Thanks for supporting the site!

<%= link_to "Return to posts", posts_path %>