Revert feed title
This commit is contained in:
parent
f2de5aecc7
commit
fbfc82b0b7
1 changed files with 2 additions and 2 deletions
|
@ -626,9 +626,9 @@ class GithubTrendingBridge extends BridgeAbstract {
|
|||
|
||||
public function getName(){
|
||||
if($this->getInput('language') == '') {
|
||||
return self::NAME . ': All';
|
||||
return self::NAME . ': all';
|
||||
} elseif (!is_null($this->getInput('language'))) {
|
||||
return self::NAME . ': ' . ucfirst($this->getInput('language'));
|
||||
return self::NAME . ': ' . $this->getInput('language');
|
||||
}
|
||||
|
||||
return parent::getName();
|
||||
|
|
Loading…
Reference in a new issue