text - change remove account button to remove channel

This commit is contained in:
friendica 2014-01-21 19:01:23 -08:00
parent 05951a9877
commit c41d3b2d53

View File

@ -50,7 +50,7 @@ function removeme_content(&$a) {
'$desc' => t('This will completely remove this channel from the network. Once this has been done it is not recoverable.'),
'$passwd' => t('Please enter your password for verification:'),
'$global' => array('global', t('Remove this channel and all its clones from the network'), false, t('By default only the instance of the channel located on this hub will be removed from the network')),
'$submit' => t('Remove My Account')
'$submit' => t('Remove Channel')
));
return $o;