aboutsummaryrefslogtreecommitdiffstats
path: root/mod/removeme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-21 19:01:23 -0800
committerfriendica <info@friendica.com>2014-01-21 19:01:23 -0800
commitc41d3b2d5393de6ae810cd4518851d6d633be279 (patch)
tree1f5285dcb7e6f3093a3bcb3922c582be2446d59a /mod/removeme.php
parent05951a9877a2e8d0369ae3201a4379016b9b4968 (diff)
downloadvolse-hubzilla-c41d3b2d5393de6ae810cd4518851d6d633be279.tar.gz
volse-hubzilla-c41d3b2d5393de6ae810cd4518851d6d633be279.tar.bz2
volse-hubzilla-c41d3b2d5393de6ae810cd4518851d6d633be279.zip
text - change remove account button to remove channel
Diffstat (limited to 'mod/removeme.php')
-rw-r--r--mod/removeme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/removeme.php b/mod/removeme.php
index 7af4719bd..f0b4ae3c0 100644
--- a/mod/removeme.php
+++ b/mod/removeme.php
@@ -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;