diff --git a/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php b/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php index e4bec1f..0adc42f 100644 --- a/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php +++ b/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php @@ -697,7 +697,7 @@ protected function checkForUpdate(bool $showUpdateButton = false): bool } if ($this->getVersion()) { - $from = ' von ' . $this->getVersion(); + $from = $this->getVersion(); } // TODO: extract to own private method