From 26ac33e61409cb8536bb565c6ea9731a13864347 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 9 Nov 2007 19:42:13 +0000 Subject: [PATCH] ActionItem16: minor fix in text --- app/models/create_enterprise.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/create_enterprise.rb b/app/models/create_enterprise.rb index 0528eab..4725251 100644 --- a/app/models/create_enterprise.rb +++ b/app/models/create_enterprise.rb @@ -127,7 +127,7 @@ class CreateEnterprise < Task end def task_finished_message - _('Your request fo registering the enterprise "%{enterprise}" was approved. You can access %{environment} now and start entering ') % { :enterprise => self.name, :environment => self.environment } + _('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 } end def task_cancelled_message -- libgit2 0.21.2