Edit Window Title for Binding Dual Pane?

Is it possible to edit the title “Beziehung bearbeiten” of the dual pane window when editing a binding. I am sure this works somehow , but I can´t seem to figure out where and how

Hello @werther-veiled-cliff,

I found one model that looks like this.

{
  "header": {
    "id": "PersonCompany_LinkForm",
    "modelType": "form",
    "modelVersion": "37.1.0",
    "locales": [
      {
        "code": "en"
      },
      {
        "code": "de"
      }
    ],
    "labels": [
      {
        "locale": "de",
        "text": "Edit relationship (de)"
      },
      {
        "locale": "en",
        "text": "Edit relationship"
      }
    ],

Since I have not tested it yet, please give it a shot by adapting your linkForm model labels.

Cheers

While looking at it together, @loi-risen-dale found out, that in my case, the “Modal Title” of the binding element must be edited.

Thank you @loi-risen-dale ! :+1: