Fixed localization for environment string 'all'

This commit is contained in:
Dmitry Khomutov 2017-04-09 21:57:41 +07:00
parent f49d2b14bc
commit 8a5f15ad78
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -82,7 +82,7 @@
} elseif (!empty($branch)) {
print Lang::get('branch_x', $branch);
} else {
print Lang::get('All');
print Lang::get('all');
}
?>&nbsp;&nbsp;<span class="caret"></span>
</button>