Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change Description to Scope of Work?
#2
create a file named:  modules/HelpDesk/languages/en_us.custom.php

changing the language to yours, for example if you want to change in Spanish you would create es_es.custom.php

inside you put


PHP Code:
<?php
$custom_strings 
= array(
  'Description' => 'Scope of Work',
);
?>

You can override any label in any module like this.

To change the textarea to make it full width, for the moment, you must go to the database and change the uitype from 20 to 19
Joe
TSolucio
Reply


Messages In This Thread
RE: How to change Description to Scope of Work? - joebordes - 11-14-2019, 06:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)