We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8f378 commit 5f52380Copy full SHA for 5f52380
interface/lib/classes/tform_actions.inc.php
@@ -581,7 +581,7 @@ function onShowEdit() {
581
$this->dataRecord = $record;
582
583
if(isset($app->tform->formDef['record_name_field'])) {
584
- $app->tform->formDef['title'] = $app->lng($app->tform->formDef['title']) . ' ' . $this->dataRecord[$app->tform->formDef['record_name_field']];
+ $app->tform->formDef['title'] = $app->lng($app->tform->formDef['title']) . ' - ' . $this->dataRecord[$app->tform->formDef['record_name_field']];
585
}
586
587
// Userdaten umwandeln
0 commit comments