From 3f33191fa861e46357df21854a7610dfb4188d62 Mon Sep 17 00:00:00 2001
From: satish <satish.dvnk@vtiger.com>
Date: Mon, 5 Jun 2017 13:31:17 +0530
Subject: [PATCH] Fixes #551 - vt7: Extension banner show also 6.x extension

---
 .../Settings/ExtensionStore/ExtensionCompatibleError.tpl        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/v7/modules/Settings/ExtensionStore/ExtensionCompatibleError.tpl b/layouts/v7/modules/Settings/ExtensionStore/ExtensionCompatibleError.tpl
index 415a4f2d8..7b3ecb610 100644
--- a/layouts/v7/modules/Settings/ExtensionStore/ExtensionCompatibleError.tpl
+++ b/layouts/v7/modules/Settings/ExtensionStore/ExtensionCompatibleError.tpl
@@ -18,7 +18,7 @@
 								<tr>
 									<td rowspan="2"><img src="{vimage_path("denied.gif")}" style="margin: 10px;"></td>
 									<td width="80%" style="border-bottom: 1px solid rgb(204, 204, 204);">
-										<span class="genHeaderSmall"><b>{vtranslate($EXTENSION_LABEL, $QUALIFIED_MODULE)}</b> {vtranslate('LBL_EXTENSION_NOT_COMPATABLE', $QUALIFIED_MODULE)}</span>
+										<span class="genHeaderSmall"><b>{vtranslate($EXTENSION_LABEL, $QUALIFIED_MODULE)}</b> {ucfirst(strtolower(vtranslate('LBL_EXTENSION_NOT_COMPATABLE', $QUALIFIED_MODULE)))}</span>
 									</td>
 								</tr>
 								<tr>
-- 
GitLab