string change "Channel added" -> "Connection added"

This commit is contained in:
zotlabs 2018-03-02 14:09:59 -08:00
parent df03805579
commit 4c69c56797

View File

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