diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index a0b9ef9..94b1314 100644 --- a/app/views/account/signup.rhtml +++ b/app/views/account/signup.rhtml @@ -1,16 +1,16 @@ <% if @register_pending %>
- <%= _("

Welcome to %s!

-

Thanks for signing up, we're thrilled to have you on our social network!

-

Firstly, some tips for getting started:

-

Confirm your account!

-

You should receive a welcome email from us shortly. Please take a second to follow the link within to confirm your account.

-

You won't appear as a user until your account is confirmed.

-

What to do next?

-

Customize your profile. Upload an avatar and let your friends find you easily :)

-

Learn the guidelines. Read the Documentation for more details on how to use new social network!

-

Invite and find your Gmail, Yahoo and Hotmail contacts!

-

Start exploring and Have fun!

" % [environment.name, url_for(:controller => :browse, :action => :people, :filter => 'more_recent')]) %> +

<%= _("Welcome to %s!") % environment.name %>

+

<%= _("Thanks for signing up, we're thrilled to have you on our social network!") %>

+

<%= _("Firstly, some tips for getting started:") %>

+

<%= _("Confirm your account!") %>

+

<%= _("You should receive a welcome email from us shortly. Please take a second to follow the link within to confirm your account.") %>

+

<%= _("You won't appear as %s until your account is confirmed.") % link_to user, {:controller => :browse, :action => :people, :filter => 'more_recent'}, :target => '_blank' %>

+

<%= _("What to do next?") %>

+

<%= _("%s. Upload an avatar and let your friends find you easily :)") % link_to _('Customize your profile'), {:controller => 'doc', :section => 'user', :topic => 'editing-person-info'}, :target => '_blank' %>

+

<%= _("Learn the guidelines. Read the %s for more details on how to use this social network!") % link_to _('Documentation'), {:controller => 'doc'}, :target => '_blank' %>

+

<%= _("%s your Gmail, Yahoo and Hotmail contacts!") % link_to _('Invite and find'), {:controller => 'doc', :section => 'user', :topic => 'invite-contacts'}, :target => '_blank' %>

+

<%= _("Start exploring and have fun!") %>

<% else %>

<%= _('Sign up for %s!') % environment.name %>

-- libgit2 0.21.2