Deprecation text before Title and Deployment Process

We have 2 plugin one on maven and other is on gradle.

We have a plugin hosted in https://plugins.jenkins.io/ , now we have to Deprecate that for that we have to add Deprecated text before Title example - [Deprecated] Plugin Title.

I can across a approch that we can use for deprecating a plugin from Deprecating or removing a Plugin this is good one but we need to add Deprecated text also in title along with this change.

I see we have a config.jelly file where I can see same name as we have in the title of the plugin , snippet from config.jelly file below
<f:section title=“[Deprecated] Plugin Name”>

Could some help me that this is the correct place for title change or not because in maven project I see the same name in pom.xml and few other java code also .