aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/AccessList.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-12-17 14:59:25 +0100
committerMario <mario@mariovavti.com>2021-12-17 14:59:25 +0100
commit220ed35f5855f22344d7a815da9bb1f6c96f1002 (patch)
treed8603dbf6eb8fef03d0df3c6bbf4aabdb27097e8 /Zotlabs/Lib/AccessList.php
parentb1cf5d4e441c6e86525dd0c955bd617e7e492309 (diff)
downloadvolse-hubzilla-220ed35f5855f22344d7a815da9bb1f6c96f1002.tar.gz
volse-hubzilla-220ed35f5855f22344d7a815da9bb1f6c96f1002.tar.bz2
volse-hubzilla-220ed35f5855f22344d7a815da9bb1f6c96f1002.zip
implement contact role deletion
Diffstat (limited to 'Zotlabs/Lib/AccessList.php')
-rw-r--r--Zotlabs/Lib/AccessList.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Zotlabs/Lib/AccessList.php b/Zotlabs/Lib/AccessList.php
index 51c100afb..f47440714 100644
--- a/Zotlabs/Lib/AccessList.php
+++ b/Zotlabs/Lib/AccessList.php
@@ -346,12 +346,12 @@ class AccessList {
}
return replace_macros(get_markup_template('group_side.tpl'), [
- '$title' => t('Lists'),
- '$edittext' => t('Edit list'),
- '$createtext' => t('Create new list'),
- '$ungrouped' => (($every === 'contacts') ? t('Channels not in any access list') : ''),
+ '$title' => t('Privacy Groups'),
+ '$edittext' => t('Edit group'),
+ '$createtext' => t('Create new group'),
+ '$ungrouped' => (($every === 'contacts') ? t('Channels not in any privacy group') : ''),
'$groups' => $groups,
- '$add' => t('add'),
+ '$add' => t('Add'),
]);
}