This commit is contained in:
alejandro-campos 2020-06-08 17:12:33 +02:00
parent 6cf96a0fad
commit 754023f908
1 changed files with 1 additions and 3 deletions

View File

@ -692,9 +692,7 @@ class HostDevices extends Wizard
if ($this->page == 1) {
$title = __(
'"%s" features',
io_safe_output(
$this->task['name']
)
$this->task['name']
);
}