mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
cli/setup: Do not translate \n again
This commit is contained in:
parent
f9ca0296a4
commit
90fb44122b
@ -79,7 +79,7 @@ class ConfigCommand extends Command
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
printf($this->translate("Successfully created configuration directory at: %s\n"), $configDir);
|
printf($this->translate('Successfully created configuration directory %s') . PHP_EOL, $configDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user