mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
BranchesDashboard: comma hurts older PHP versions
This commit is contained in:
parent
2ecca2aeba
commit
0e6a574372
@ -25,7 +25,7 @@ class BranchesDashboard extends Dashboard
|
||||
if (($implementation = Branch::optionalHook()) && $implementation instanceof PreferredBranchSupport) {
|
||||
if ($implementation->hasPreferredBranch(Auth::getInstance())) {
|
||||
$this->prepend(Hint::warning(
|
||||
$this->translate('You\'re currently working in the main Configuration Branch'),
|
||||
$this->translate('You\'re currently working in the main Configuration Branch')
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user