From 11ae96a294908be1b019399160a47a83ecafda8d Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 30 Jul 2014 16:50:26 -0300 Subject: [PATCH] [template-welcome-page] Update welcome page explanation and minor bugfix --- app/views/admin_panel/_signup_welcome_screen.html.erb | 2 +- app/views/profile_editor/welcome_page.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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