diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-28 16:43:22 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-28 16:43:22 -0700 |
commit | fa6e5e4d754fec3acee019ed1edaa68357f0c2d0 (patch) | |
tree | bd55d8c2f75c19e9725c781b61fe3715dc7a6459 /Zotlabs/Module/Admin.php | |
parent | cae0a26ac087448a12b3bb913bc53f6c9b6603d4 (diff) | |
download | volse-hubzilla-fa6e5e4d754fec3acee019ed1edaa68357f0c2d0.tar.gz volse-hubzilla-fa6e5e4d754fec3acee019ed1edaa68357f0c2d0.tar.bz2 volse-hubzilla-fa6e5e4d754fec3acee019ed1edaa68357f0c2d0.zip |
plugins -> addons
Diffstat (limited to 'Zotlabs/Module/Admin.php')
-rw-r--r-- | Zotlabs/Module/Admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php index 934312efe..2df8dc25d 100644 --- a/Zotlabs/Module/Admin.php +++ b/Zotlabs/Module/Admin.php @@ -144,7 +144,7 @@ class Admin extends \Zotlabs\Web\Controller { '$accounts' => array( t('Registered accounts'), $accounts), '$pending' => array( t('Pending registrations'), $pending), '$channels' => array( t('Registered channels'), $channels), - '$plugins' => array( t('Active plugins'), $plugins ), + '$plugins' => array( t('Active addons'), $plugins ), '$version' => array( t('Version'), STD_VERSION), '$vmaster' => array( t('Repository version (master)'), $vmaster), '$vdev' => array( t('Repository version (dev)'), $vdev), |