Commit 3dd7c8f05c5244ed8bf303bed6ce255999f77cfc
Exists in
master
and in
29 other branches
Merge commit 'refs/merge-requests/252' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/252
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/models/environment.rb
@@ -234,7 +234,8 @@ class Environment < ActiveRecord::Base | @@ -234,7 +234,8 @@ class Environment < ActiveRecord::Base | ||
234 | end | 234 | end |
235 | 235 | ||
236 | settings_items :activation_blocked_text, :type => String | 236 | settings_items :activation_blocked_text, :type => String |
237 | - settings_items :message_for_disabled_enterprise, :type => String | 237 | + settings_items :message_for_disabled_enterprise, :type => String, |
238 | + :default => _('This enterprise needs to be enabled.') | ||
238 | settings_items :location, :type => String | 239 | settings_items :location, :type => String |
239 | settings_items :layout_template, :type => String, :default => 'default' | 240 | settings_items :layout_template, :type => String, :default => 'default' |
240 | settings_items :homepage, :type => String | 241 | settings_items :homepage, :type => String |