Commit 11ae96a294908be1b019399160a47a83ecafda8d
1 parent
be68297f
Exists in
master
and in
29 other branches
[template-welcome-page] Update welcome page explanation and minor bugfix
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/admin_panel/_signup_welcome_screen.html.erb
1 | 1 | <div class='description'> |
2 | - <%= _('This text will be showed as a welcome message to users after signup.') %><br/><br/> | |
2 | + <%= _('If you enable this feature on the "Features" section of the Administration Panel, this text will be shown as a welcome message to users after signup.') %><br/><br/> | |
3 | 3 | </div> |
4 | 4 | <%= labelled_form_field(_('Body'), text_area(:environment, :signup_welcome_screen_body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor')) %> |
5 | 5 | ... | ... |
app/views/profile_editor/welcome_page.html.erb