diff --git a/app/views/admin_panel/_signup_welcome_screen.html.erb b/app/views/admin_panel/_signup_welcome_screen.html.erb
index 0855ebb..d01aa8d 100644
--- a/app/views/admin_panel/_signup_welcome_screen.html.erb
+++ b/app/views/admin_panel/_signup_welcome_screen.html.erb
@@ -1,5 +1,5 @@
- <%= _('This text will be showed as a welcome message to users after signup.') %>
+ <%= _('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.') %>
<%= labelled_form_field(_('Body'), text_area(:environment, :signup_welcome_screen_body, :cols => 40, :style => 'width: 100%', :class => 'mceEditor')) %>
diff --git a/app/views/profile_editor/welcome_page.html.erb b/app/views/profile_editor/welcome_page.html.erb
index 72c35e5..7705885 100644
--- a/app/views/profile_editor/welcome_page.html.erb
+++ b/app/views/profile_editor/welcome_page.html.erb
@@ -1,6 +1,6 @@
<%= _('Edit welcome page') %>
-<% labelled_form_for :welcome_page do |f| %>
+<%= labelled_form_for :welcome_page do |f| %>
<%= error_messages_for :welcome_page %>
<%= f.check_box(:published) %>
--
libgit2 0.21.2