Skip to content

Commit 5f52380

Browse files
committed
Add a separating dash
1 parent ec8f378 commit 5f52380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/tform_actions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ function onShowEdit() {
581581
$this->dataRecord = $record;
582582

583583
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']];
584+
$app->tform->formDef['title'] = $app->lng($app->tform->formDef['title']) . ' - ' . $this->dataRecord[$app->tform->formDef['record_name_field']];
585585
}
586586

587587
// Userdaten umwandeln

0 commit comments

Comments
 (0)