Page 1 of 1

How to Change Title Caption

Posted: 15 May 2017, 02:58
by eimy0803
Hi,

I would like to expand the title 'Description' when your raise the bug according to the following format :
Description :
(Please enter with the following format)
1) Issue Description
2) Root Cause

Where should I change them?

I am using Mantis BT 2.4.0

Thank You

Re: How to Change Title Caption

Posted: 15 May 2017, 03:16
by eimy0803
Issue resolved

We have moved the custom_strings_inc.php in folder config.

Re: How to Change Title Caption

Posted: 09 Feb 2019, 00:42
by jwosmantisbt
How were you able to change/add verbiage to the heading for Enter Issue Details?
What's needed in the custom_strings_inc.php file?

Thanks

Re: How to Change Title Caption

Posted: 09 Feb 2019, 09:51
by cas
Just put the following line in custom_string_inc.php:
$s_description = 'Description: <br> (Please enter with the following format) <br> 1) Issue Description <br> 2) Root Cause';
:mrgreen:

Re: How to Change Title Caption

Posted: 07 May 2019, 07:12
by rananaeem003
i simply pasted a code there and the issue was solved.