aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Removeme.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-21 07:20:30 +0000
committerMario <mario@mariovavti.com>2022-01-21 07:20:30 +0000
commitc942bd67fe47cbb1e0f4513d888a2187f2234db5 (patch)
treefcdc2e5976423cd236eb477089b4602dc63a8845 /Zotlabs/Module/Removeme.php
parente9278c03c170f09da84df73326e864833d356fa5 (diff)
parentb8dc3d74b6cd04576c0bfde7bd85122ddf5d1a93 (diff)
downloadvolse-hubzilla-c942bd67fe47cbb1e0f4513d888a2187f2234db5.tar.gz
volse-hubzilla-c942bd67fe47cbb1e0f4513d888a2187f2234db5.tar.bz2
volse-hubzilla-c942bd67fe47cbb1e0f4513d888a2187f2234db5.zip
Merge branch 'dev' into 7.0RC
Diffstat (limited to 'Zotlabs/Module/Removeme.php')
-rw-r--r--Zotlabs/Module/Removeme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Removeme.php b/Zotlabs/Module/Removeme.php
index a0697675b..4d475ead6 100644
--- a/Zotlabs/Module/Removeme.php
+++ b/Zotlabs/Module/Removeme.php
@@ -57,8 +57,8 @@ class Removeme extends \Zotlabs\Web\Controller {
$o .= replace_macros($tpl, array(
'$basedir' => z_root(),
'$hash' => $hash,
- '$title' => t('Remove This Channel'),
- '$desc' => [ t('WARNING: '), t('This channel will be completely removed from the network. '), t('This action is permanent and can not be undone!') ],
+ '$title' => t('Remove Channel'),
+ '$desc' => [ t('WARNING: '), t('This channel will be permanently removed. '), t('This action can not be undone!') ],
'$passwd' => t('Please enter your password for verification:'),
// '$global' => [ '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'), [ t('No'),t('Yes') ] ],
'$submit' => t('Remove Channel')