How to Change Title Caption

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
eimy0803
Posts: 9
Joined: 11 Nov 2014, 06:26

How to Change Title Caption

Post 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
eimy0803
Posts: 9
Joined: 11 Nov 2014, 06:26

Re: How to Change Title Caption

Post by eimy0803 »

Issue resolved

We have moved the custom_strings_inc.php in folder config.
jwosmantisbt
Posts: 3
Joined: 12 Dec 2018, 01:12

Re: How to Change Title Caption

Post 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
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: How to Change Title Caption

Post 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:
rananaeem003
Posts: 1
Joined: 07 May 2019, 07:00
Contact:

Re: How to Change Title Caption

Post by rananaeem003 »

i simply pasted a code there and the issue was solved.
Post Reply