tweak feed name

This commit is contained in:
Matt DeMoss 2018-01-03 14:00:39 -05:00
parent b26a621afd
commit feed36ce3f

View File

@ -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(){