Skip to content
Snippets Groups Projects
Commit 3e2e86e1 authored by Martin Anderson-Clutz's avatar Martin Anderson-Clutz
Browse files

Issue #3336367 by nightlife2008: Minor translation bugfix

parent 72f9322d
No related branches found
No related tags found
No related merge requests found
...@@ -487,7 +487,7 @@ class Instances extends ControllerBase { ...@@ -487,7 +487,7 @@ class Instances extends ControllerBase {
$instancesList = $this->listInstancesOutput(); $instancesList = $this->listInstancesOutput();
if ($modal) { if ($modal) {
$response = new AjaxResponse(); $response = new AjaxResponse();
$response->addCommand(new OpenModalDialogCommand('Manage Instances', $instancesList, ['width' => '800'])); $response->addCommand(new OpenModalDialogCommand($this->t('Manage Instances'), $instancesList, ['width' => '800']));
return $response; return $response;
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment