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