From 15e3d3adacbc15bb27cd4d467a751dafb92aba31 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 15 Dec 2008 17:59:54 -0300 Subject: [PATCH] ActionItem862: no need to duplicate the enterprise name --- app/views/catalog/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/catalog/index.rhtml b/app/views/catalog/index.rhtml index c7d2bd2..f76fc0c 100644 --- a/app/views/catalog/index.rhtml +++ b/app/views/catalog/index.rhtml @@ -1,4 +1,4 @@ -

<%= _('%s:Products/Services') % @profile.name %>

+

<%= _('Products/Services') % @profile.name %>