Page 1 of 1

Rename Box

Posted: 30 Aug 2016, 15:12
by Ludovic.W
Hi,

I have a problem, I don't find where go for edit this box.

I want rename this box "Bogues #" for "Cas #".

I put a capture to help you.

Thank's, good day.

Re: Rename Box

Posted: 30 Aug 2016, 21:01
by atrol
Create a file custom strings_inc.php in folder config of your Mantis installation with the following content

Code: Select all

<?php
$s_issue_id = 'Cas #';

Re: Rename Box

Posted: 31 Aug 2016, 05:55
by Ludovic.W
I created the file and place the line, but what should I do next ?

Re: Rename Box

Posted: 31 Aug 2016, 06:43
by atrol
You don't have to do anything more.
But I had a typo in the name of the file, the right name is custom_strings_inc.php

Re: Rename Box

Posted: 31 Aug 2016, 07:00
by Ludovic.W
Thank you, it's works ! [resolved]