<div dir="ltr">Hi,<div><br></div><div>For editing or changing field label in any UI, modifying table data is not a good approach because data stored in database will be utilized at many places in different scenarios which will get disturbed.</div><div><br></div><div>From above given snap-shots file responsible for Project-Milestone widget is ProjectMilestoneSummaryWidgetContents.tpl in (layouts/vlayout/modules/Vtiger) and translations for headers is looked into Project.php file of languages/en_us folder.</div><div><br></div><div>In this file while translating header, we are using {vtranslate($HEADER->get('label'),$MODULE_NAME)} instead this should be used {vtranslate($HEADER->get('label'),$MODULE)}. Because $MODULE is passed from relative php.</div><div><br></div><div>We will be fixing this part through this reported <a href="http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8377">trac</a> ticket.</div><div><br></div><div>So to get your translations working, please do place relevant translations in file Project.php file of languages/en_us folder.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 31, 2014 at 3:11 AM, Rebecca Stanek <span dir="ltr"><<a href="mailto:rlstanek@gmail.com" target="_blank">rlstanek@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm trying to customize the Projects module in 6.1. Going through the Language files I can successfully changes the display names of fields and labels like normal. However, I am not locating where I can change the display labels for the Summary View for the Widgets for Milestone and Tasks.  Instead of saying "Project Milestone Name" I want it to be the name of the customized module for example: "Custom Milestone Name".<div><br></div><div>I've also tried changing the field label name in the table vtiger_field but when I do it actually removes the field from the widget. I've attached a screenshot showing where I'm looking to change.</div><div><br></div><div>Any guidance will be appreciated.</div><div><br></div><div>Thanks!</div></div>
<br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">With<br>Best Regards<br>Uma.S<br><div>Vtiger Team</div></div></div>
</div>