11-14-2019, 06:22 PM
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
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
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
TSolucio