From 4b6517f6158d54cc794a1ed4b8dff4eba55cbdde Mon Sep 17 00:00:00 2001
From: Santi
Date: Tue, 11 Sep 2018 20:13:25 -0300
Subject: [PATCH] [spalenque] - #14274 * change label in component page
---
software/templates/Layout/SoftwareHomePage_getComponent.ss | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/software/templates/Layout/SoftwareHomePage_getComponent.ss b/software/templates/Layout/SoftwareHomePage_getComponent.ss
index 8e7e2acb3..4410b05a4 100644
--- a/software/templates/Layout/SoftwareHomePage_getComponent.ss
+++ b/software/templates/Layout/SoftwareHomePage_getComponent.ss
@@ -27,9 +27,11 @@
<% end_if %>
+ <% if $Component.Since %>
- <%t Software.FIRST_APPEARANCE 'First appear in ' %> $Component.Since
+ <%t Software.FIRST_APPEARANCE 'First appeared in ' %> $Component.Since
+ <% end_if %>