diff --git a/action/meta.php b/action/meta.php
index 91cf0d26..9351f6d8 100644
--- a/action/meta.php
+++ b/action/meta.php
@@ -418,7 +418,7 @@ function insertFormElement(Doku_Event $event, $param) {
}
if(is_a($event->data,\dokuwiki\Form\Form::class)) {
- $button = ' CKG Edit ';
+ $button = ' ' . $title .' ';
$pos = $event->data->findPositionByAttribute('type','submit');
$pos+=3;
$event->data->addHTML($button,$pos);