appConfig - kwantu/platformconfiguration GitHub Wiki
The profile search page displays a list of profile instances for an app. By default it uses the name 'Profile search'. This article explains how to set a custom name for that page.
In the following code example, the "en":"Instances" tag can be replaced with "Projects", "Schools", Participants" or any other term that is relevant to the app's business purpose. You may also add translations in other languages.
{
"default": true,
"label": {
"i18n": {
"en": "Instances"
}
},
"id": "instances"
}