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 | <div class='description'> | 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 | </div> | 3 | </div> |
4 | <%= labelled_form_field(_('Body'), text_area(:environment, :signup_welcome_screen_body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor')) %> | 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
1 | <h1><%= _('Edit welcome page') %></h1> | 1 | <h1><%= _('Edit welcome page') %></h1> |
2 | 2 | ||
3 | -<% labelled_form_for :welcome_page do |f| %> | 3 | +<%= labelled_form_for :welcome_page do |f| %> |
4 | <%= error_messages_for :welcome_page %> | 4 | <%= error_messages_for :welcome_page %> |
5 | 5 | ||
6 | <%= f.check_box(:published) %> | 6 | <%= f.check_box(:published) %> |