BranchesDashboard: comma hurts older PHP versions

This commit is contained in:
Thomas Gelf 2022-12-22 17:11:50 +01:00
parent 2ecca2aeba
commit 0e6a574372
1 changed files with 1 additions and 1 deletions

View File

@ -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')
));
}
}