Commit 26ac33e61409cb8536bb565c6ea9731a13864347

Authored by AntonioTerceiro
1 parent 63a32df7

ActionItem16: minor fix in text



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@881 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/create_enterprise.rb
... ... @@ -127,7 +127,7 @@ class CreateEnterprise < Task
127 127 end
128 128  
129 129 def task_finished_message
130   - _('Your request fo registering the enterprise "%{enterprise}" was approved. You can access %{environment} now and start entering ') % { :enterprise => self.name, :environment => self.environment }
  130 + _('Your request fo registering the enterprise "%{enterprise}" was approved. You can access %{environment} now and start using it for your new enterprise.') % { :enterprise => self.name, :environment => self.environment }
131 131 end
132 132  
133 133 def task_cancelled_message
... ...