mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 15:06:53 +00:00
tweak feed name
This commit is contained in:
parent
b26a621afd
commit
feed36ce3f
@ -82,7 +82,7 @@ class TwitterBridge extends BridgeAbstract {
|
|||||||
break;
|
break;
|
||||||
default: return parent::getName();
|
default: return parent::getName();
|
||||||
}
|
}
|
||||||
return 'Twitter List ' . $this->getInput($param) . ' by ' . $specific;
|
return $this->getInput($param) . ' - Twitter list by ' . $specific;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getURI(){
|
public function getURI(){
|
||||||
|
Loading…
Reference in New Issue
Block a user