Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change Description to Scope of Work?
#1
Under Support Tickets -> Description Information block -> Description

How can i change this word "Description" to "Scope of Work"?

I can create Text Area for Scope of Work, but the box field is not the same length as the Description.
Where can i edit it?
Reply
#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
#3
thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)