string change "Channel added" -> "Connection added"
This commit is contained in:
parent
df03805579
commit
4c69c56797
@ -33,7 +33,7 @@ class Follow extends \Zotlabs\Web\Controller {
|
||||
}
|
||||
}
|
||||
|
||||
info( t('Channel added.') . EOL);
|
||||
info( t('Connection added.') . EOL);
|
||||
|
||||
$clone = array();
|
||||
foreach($result['abook'] as $k => $v) {
|
||||
|
Reference in New Issue
Block a user