mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Lower first char
This commit is contained in:
@@ -575,7 +575,7 @@ class Awards extends CI_Controller {
|
||||
// Render Page
|
||||
$data['page_title'] = __("Log View")." - " . $type;
|
||||
$data['filter'] = (($type != $band) ? $type : '')." ".$searchphrase." ".__("and")." ";
|
||||
$data['filter'] .= ($band == 'All' ? __("Every band (w/o SAT)") : __("band")." ".$band);
|
||||
$data['filter'] .= ($band == 'All' ? lcfirst(__("Every band (w/o SAT)")) : __("band")." ".$band);
|
||||
if ($band == 'SAT') {
|
||||
if ($sat != 'All' && $sat != null) {
|
||||
$data['filter'] .= __(" and satellite ").$sat;
|
||||
|
||||
Reference in New Issue
Block a user