Camunda 7 Spring boot How to rename the default links in TaskList UI?

Hi,
I am using Camunda 7.18 Spring boot embedded.

How to rename the default links like “Create task” , “Start Process” and application name “Admin” and “Cockpit”?

Regards,
Tiru

Hi @Tiruvenkatasamy_Bask,

you can use the Localization feature of the tasklist to rename some string s in the web page: Configuration | docs.camunda.org

In Spring Boot, you have to customize the orinigal spring boot starter webapp like in this example: camunda-7-code-examples/snippets/springboot-customized-webapps at main · camunda-consulting/camunda-7-code-examples · GitHub

Hope this helps, Ingo